AccessConstants |
Access flags for classes, fields, methods, parameters, and modules.
|
BasicMethodInfo |
|
ClassConstants |
Internal names and descriptors of common classes, fields, and methods from the Java runtime.
|
ClassPool |
This is a set of Clazz instances.
|
ClassSignature |
Represents the signature of a class without any member information.
|
FieldSignature |
Represents a field signature consisting of class and member name.
|
JavaAccessConstants |
Access modifiers for classes, fields, methods, parameters, and modules in Java source code.
|
JavaConstants |
External names and descriptors of common classes, fields, and methods from the Java runtime.
|
JavaTypeConstants |
Constant characters that are part of primitive and non-primitive type descriptors in Java source
code.
|
JavaVersionConstants |
Known external version numbers of class files.
|
LibraryClass |
This Clazz is a compact representation of the essential data in a Java class.
|
LibraryField |
|
LibraryMember |
Base representation of a field or method from a LibraryClass .
|
LibraryMethod |
|
MethodDescriptor |
|
MethodSignature |
Represents a Method signature containing a class, method and a descriptor.
|
ProgramClass |
This Clazz is a complete representation of the data in a Java class.
|
ProgramField |
|
ProgramMember |
Base representation of a field or method from a ProgramClass .
|
ProgramMethod |
|
Signature |
A signature currently can be a Method- or a FieldSignature.
|
TypeConstants |
Constant characters that are part of primitive and non-primitive type descriptors.
|
VersionConstants |
Known internal version numbers of class files.
|