StackManipulation
s in this package are responsible for
creating compile-time constants and pushing them onto the operand stack.See: Description
Interface | Description |
---|---|
MethodConstant.CanCache |
Represents a
MethodConstant that is
directly loaded onto the operand stack without caching the value. |
Class | Description |
---|---|
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. |
MethodHandleConstant |
A constant for a Java 7
MethodHandle . |
MethodTypeConstant |
A constant for a Java 7
MethodType . |
TextConstant |
Represents a
String value that is stored in a type's constant pool. |
Enum | Description |
---|---|
ClassConstant |
Represents a constant representing any loaded Java
Class . |
DefaultValue |
Represents a stack assignment that loads the default value of a given type onto the stack.
|
DoubleConstant |
This class is responsible for loading any
double constant onto the operand stack. |
FloatConstant |
This class is responsible for loading any
float constant onto the operand stack. |
IntegerConstant |
This class is responsible for loading any
int constant onto the operand stack. |
LongConstant |
This class is responsible for loading any
long constant onto the operand stack. |
NullConstant |
Represents a stack manipulation to load a
null pointer onto the operand stack. |
StackManipulation
s in this package are responsible for
creating compile-time constants and pushing them onto the operand stack.Copyright © 2014. All rights reserved.