StackManipulation
s in this package are responsible for
creating compile-time constants and pushing them onto the operand stack.See: Description
Class | Description |
---|---|
ClassConstant |
Represents a constant representing a loaded Java
Class . |
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 meaing. |
TextConstant |
Represents a
String value that is stored in a type's constant pool. |
Enum | Description |
---|---|
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.