All Classes

Class Description
MethodKey
Immutable data object that encapsulates a method owner, name and descriptor so that they can be used as a map key.
UnpickSyntaxException
Thrown when a syntax error is found in a .unpick file
UnpickV2Reader
Performs basic syntax checking on .unpick v2 format text, and allows its structure to be visited by instances of UnpickV2Reader.Visitor.
UnpickV2Reader.TargetMethodDefinitionVisitor  
UnpickV2Reader.Visitor
A visitor for visiting the structure of .unpick v2 format text
UnpickV2Remapper
Remaps names and descriptors of target method definitions, then makes a delegate visitor visit the remapped target methods.
UnpickV2Writer
A visitor that generates .unpick v2 format text.
Utils