Uses of Class
serp.bytecode.ConstantInstruction
Packages that use ConstantInstruction
-
Uses of ConstantInstruction in serp.bytecode
Methods in serp.bytecode that return ConstantInstructionModifier and TypeMethodDescriptionCode.constant()
Load some constant onto the stack.ConstantInstruction.setNull()
Set this constant to null.ConstantInstruction.setValue
(boolean value) Set the value of this constant; note that this type is converted to int.ConstantInstruction.setValue
(char value) Set the value of this constant; note that this type is converted to int.ConstantInstruction.setValue
(double value) Set the value of this constant.ConstantInstruction.setValue
(float value) Set the value of this constant.ConstantInstruction.setValue
(int value) Set the value of this constant.ConstantInstruction.setValue
(long value) Set the value of this constant.ConstantInstruction.setValue
(short value) Set the value of this constant; note that this type is converted to int.Set the value of this constant.Set the constant to the given value.Set the value of this constant.Set the value of this constant. -
Uses of ConstantInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type ConstantInstructionModifier and TypeMethodDescriptionvoid
BCVisitor.enterConstantInstruction
(ConstantInstruction obj) void
PrettyPrintVisitor.enterConstantInstruction
(ConstantInstruction obj) void
BCVisitor.exitConstantInstruction
(ConstantInstruction obj)