AttributesUtils |
a collection of static methods for working with code attribute queries
|
CodeByteUtils |
a collection of static methods for working with retrieving arbitrary code
bytes in a code byte array
|
CollectionUtils |
a collection of static methods for determining if a class belongs to one or more collection types.
|
FQField |
holds information about a field, including class, name and signature
|
FQMethod |
holds information about a method that called, including class, method and signature
|
OpcodeUtils |
a collection of static methods for categorizing opcodes into groups
|
QMethod |
holds information about a method without regard to what class it is in
|
RegisterUtils |
an auxiliary class for managing and manipulating registers
|
SerialVersionCalc |
|
SerialVersionCalc.FieldSorter |
|
SerialVersionCalc.MethodSorter |
|
SignatureBuilder |
Constructs a method signature.
|
SignatureUtils |
a collection of static methods for parsing signatures to find information out about them
|
TernaryPatcher |
restores OpcodeStack Item's userValues when a ternary is processed.
|
ToString |
an automatic toString() builder using reflection
|
ToString.VisitedInfo |
holds objects that have already been converted to string to avoid infinite loops in the toString generation
|
UnmodifiableList |
a factory for creating unmodifiable ArrayLists by presenting values to a var-args creator method.
|
UnmodifiableSet |
a factory for creating unmodifiable HashSets by presenting values to a var-args creator method.
|
Values |
a class holding common constants used throughout fb-contrib
|
XClassUtils |
Utility class for XClass and XMethod classes.
|