All Classes and Interfaces

Class
Description
 
 
 
 
 
 
Visitor for an Expression.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Immutable data object that encapsulates a member's owner, name and descriptor so that they can be used as a map key.
 
 
 
 
 
 
 
Thrown when a syntax error is found in a .unpick file.
Performs basic syntax checking on .unpick v2 format text, and allows its structure to be visited by instances of UnpickV2Reader.Visitor.
 
A visitor for visiting the structure of .unpick v2 format text.
Remaps names and descriptors of target method definitions, then makes a delegate visitor visit the remapped target methods.
 
A visitor that generates .unpick v2 format text.
Performs syntax checking and basic semantic checking on .unpick v3 format text, and allows its structure to be visited by instances of UnpickV3Visitor.
Remaps all class, field, and method names in a .unpick v3 file.
 
A visitor that generates .unpick v3 format text.