See: Description
Class | Description |
---|---|
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
|
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.
|
Enum | Description |
---|---|
BugType |
an enumeration of all the bug instance types that fb-contrib produces
|
Exception | Description |
---|---|
StopOpcodeParsingException |
used to throw out of a sawOpcode method back to the visitCode method when there's no point continuing to parse opcodes
|
Annotation Type | Description |
---|---|
PublicAPI |
used to denote a method is used by an external tool to access bug
information.
|
Copyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.