Uses of Class
serp.bytecode.LocalVariableInstruction
Packages that use LocalVariableInstruction
-
Uses of LocalVariableInstruction in serp.bytecode
Subclasses of LocalVariableInstruction in serp.bytecodeModifier and TypeClassDescriptionclass
Theiinc
instruction.class
Loads a value from the locals table to the stack.class
Theret
instruction is used in the implementation of finally.class
An instruction to store a value from a local variable onto the stack.class
Thewide
instruction, which is used to allow other instructions to index values beyond what they can normally index baed on the length of their arguments.Methods in serp.bytecode that return LocalVariableInstructionModifier and TypeMethodDescriptionLocalVariableInstruction.setLocal
(int index) Set the index of the local variable that this instruction operates on.LocalVariableInstruction.setLocalVariable
(LocalVariable local) Set the local variable object this instruction operates on.LocalVariableInstruction.setParam
(int param) Set the method parameter that this instruction operates on.