Class | Description |
---|---|
ClassConstant |
Constant that refers to a class name.
|
ConstantPool |
Parsed constants.
|
ConstantPoolScanner |
Streaming parser of the constant pool in a Java class file.
|
FieldRefConstant |
Reference to a field of another class.
|
InterfaceMethodRefConstant |
Reference to an interface's method for which a method handle is to be created.
|
MemberRefConstant |
Reference to a field/method of another class.
|
MethodRefConstant |
Reference to a method in another class.
|
NameAndTypeConstant |
Name of a field/method plus its descriptor.
|
StringConstant |
String constant (which is separate from UTF-8 constant.)
|
Utf8Constant |
UTF-8 Constant (which is separate from string constant.)
|
Enum | Description |
---|---|
ConstantType |
Types of constants.
|
Copyright © 2017. All rights reserved.