| Interface | Description |
|---|---|
| UnpickV2Reader.TargetMethodDefinitionVisitor | |
| UnpickV2Reader.Visitor |
A visitor for visiting the structure of .unpick v2 format text
|
| Class | Description |
|---|---|
| UnpickV2Reader |
Performs basic syntax checking on .unpick v2 format text,
and allows its structure to be visited by instances of
UnpickV2Reader.Visitor. |
| 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.
|