| Interface | Description |
|---|---|
| ITokenProvider |
Agent which can supply token values to a
ConstraintParser.Constraint. |
| ObfuscationUtil.IClassRemapper |
Interface for remapper proxies
|
| PrettyPrinter.IPrettyPrintable |
Interface for object which supports printing to pretty printer
|
| Class | Description |
|---|---|
| Annotations |
Utility class for working with ASM annotations
|
| Bytecode |
Utility methods for working with bytecode via ASM
|
| ClassSignature |
Represents an object-oriented view of a generic class signature.
|
| CompareUtil |
Comparison helpers.
|
| Constants |
Miscellaneous shared constants
|
| Constants.ManifestAttributes |
Shared Jar Manifest Attributes
|
| ConstraintParser |
Parser for constraints
|
| ConstraintParser.Constraint |
A constraint.
|
| Counter |
Mutable integer for use in collections
|
| JavaVersion |
Small helper to resolve the current java version
|
| Locals |
Utility methods for working with local variables using ASM
|
| ObfuscationUtil |
Utility methods for obfuscation tasks
|
| PrettyPrinter |
Prints information in a pretty box
|
| ReEntranceLock |
Re-entrance semaphore used to share re-entrance data with the TreeInfo
|
| SignaturePrinter |
Generates callback signature for callback pretty-print
|
| VersionNumber |
Represents a software version number in
major.minor.revision.build
format as a sequence of four shorts packed into a long. |
| Enum | Description |
|---|---|
| Bytecode.Visibility |
Ordinal member visibility level.
|
| PrettyPrinter.Alignment |
Table column alignment
|