ClassConstant.ForReferenceType |
A class constant for a non-primitive Class .
|
DoubleConstant.ConstantPool |
A stack manipulation for loading a double value from a class's constant pool onto the operand stack.
|
FieldConstant |
Represents a Field constant for a given type.
|
FieldConstant.Cached |
|
FloatConstant.ConstantPool |
A stack manipulation for loading a float value from a class's constant pool onto the operand stack.
|
IntegerConstant.ConstantPool |
A stack manipulation that loads a JVM-integer value from a constant pool value onto the operand stack.
|
IntegerConstant.SingleBytePush |
A stack manipulation that loads a JVM-integer value by a BIPUSH operation which is
legal for single byte integer values.
|
IntegerConstant.TwoBytePush |
A stack manipulation that loads a JVM-integer value by a SIPUSH operation which is
legal for up to two byte integer values.
|
JavaConstantValue |
|
LongConstant.ConstantPool |
A stack manipulation for loading a long value from a class's constant pool onto the operand stack.
|
MethodConstant |
Represents the creation of a Method value which can be created from a given
set of constant pool values and can therefore be considered a constant in the broader meaning.
|
MethodConstant.CachedConstructor |
|
MethodConstant.CachedMethod |
|
MethodConstant.ForConstructor |
Creates a MethodConstant for loading
a Constructor instance onto the operand stack.
|
MethodConstant.ForMethod |
Creates a MethodConstant for loading
a Method instance onto the operand stack.
|
MethodConstant.PrivilegedLookup |
Performs a privileged lookup of a method constant by using an AccessController .
|
SerializedConstant |
A constant that represents a value in its serialized form.
|
TextConstant |
Represents a String value that is stored in a type's constant pool.
|