java.lang.String
value that is stored in a type's constant pool.
Modifier and Type | Field and Description |
---|---|
private final String | text
The text value to load onto the operand stack. |
Access | Constructor and Description |
---|---|
public | TextConstant(String
The value of the text)String to be loaded.Creates a new stack manipulation to load a |
Modifier and Type | Method and Description |
---|---|
public StackManipulation. | apply(MethodVisitor
The method visitor used to write the method implementation to. methodVisitor, Implementation.The context of the current implementation. implementationContextImplements net. |
text | back to summary |
---|---|
private final String text The text value to load onto the operand stack. |
TextConstant | back to summary |
---|---|
public TextConstant(String text) Creates a new stack manipulation to load a
|
apply | back to summary |
---|---|
public StackManipulation. Implements net. Doc from net. Applies the stack manipulation that is described by this instance.
|