ConstantInstruction |
Code.constant() |
Load some constant onto the stack.
|
ConstantInstruction |
ConstantInstruction.setNull() |
Set this constant to null.
|
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(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(short value) |
Set the value of this constant; note that this type is converted to int.
|
ConstantInstruction |
ConstantInstruction.setValue(java.lang.Class value) |
Set the value of this constant.
|
ConstantInstruction |
ConstantInstruction.setValue(java.lang.Object value) |
Set the constant to the given value.
|
ConstantInstruction |
ConstantInstruction.setValue(java.lang.String value) |
Set the value of this constant.
|
ConstantInstruction |
ConstantInstruction.setValue(java.lang.String value,
boolean clsName) |
|
ConstantInstruction |
ConstantInstruction.setValue(BCClass value) |
Set the value of this constant.
|