|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstantInstruction | |
|---|---|
| serp.bytecode | Bytecode Manipuation |
| serp.bytecode.visitor | Bytecode Visitor |
| Uses of ConstantInstruction in serp.bytecode |
|---|
| Methods in serp.bytecode that return ConstantInstruction | |
|---|---|
ConstantInstruction |
Code.constant()
Load some constant onto the stack. |
ConstantInstruction |
ConstantInstruction.setNull()
Set this constant to null. |
ConstantInstruction |
ConstantInstruction.setValue(BCClass value)
Set the value of this constant. |
ConstantInstruction |
ConstantInstruction.setValue(boolean value)
Set the value of this constant; note that this type is converted to int. |
ConstantInstruction |
ConstantInstruction.setValue(char value)
Set the value of this constant; note that this type is converted to int. |
ConstantInstruction |
ConstantInstruction.setValue(Class value)
Set the value of this constant. |
ConstantInstruction |
ConstantInstruction.setValue(double value)
Set the value of this constant. |
ConstantInstruction |
ConstantInstruction.setValue(float value)
Set the value of this constant. |
ConstantInstruction |
ConstantInstruction.setValue(int value)
Set the value of this constant. |
ConstantInstruction |
ConstantInstruction.setValue(long value)
Set the value of this constant. |
ConstantInstruction |
ConstantInstruction.setValue(Object value)
Set the constant to the given value. |
ConstantInstruction |
ConstantInstruction.setValue(short value)
Set the value of this constant; note that this type is converted to int. |
ConstantInstruction |
ConstantInstruction.setValue(String value)
Set the value of this constant. |
ConstantInstruction |
ConstantInstruction.setValue(String value,
boolean clsName)
|
| Uses of ConstantInstruction in serp.bytecode.visitor |
|---|
| Methods in serp.bytecode.visitor with parameters of type ConstantInstruction | |
|---|---|
void |
PrettyPrintVisitor.enterConstantInstruction(ConstantInstruction obj)
|
void |
BCVisitor.enterConstantInstruction(ConstantInstruction obj)
|
void |
BCVisitor.exitConstantInstruction(ConstantInstruction obj)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||