Uses of Class
serp.bytecode.LocalVariableInstruction
-
Packages that use LocalVariableInstruction Package Description serp.bytecode Bytecode Manipuation -
-
Uses of LocalVariableInstruction in serp.bytecode
Subclasses of LocalVariableInstruction in serp.bytecode Modifier and Type Class Description classIIncInstructionTheiincinstruction.classLoadInstructionLoads a value from the locals table to the stack.classRetInstructionTheretinstruction is used in the implementation of finally.classStoreInstructionAn instruction to store a value from a local variable onto the stack.classWideInstructionThewideinstruction, 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 LocalVariableInstruction Modifier and Type Method Description LocalVariableInstructionLocalVariableInstruction. setLocal(int index)Set the index of the local variable that this instruction operates on.LocalVariableInstructionLocalVariableInstruction. setLocalVariable(LocalVariable local)Set the local variable object this instruction operates on.LocalVariableInstructionLocalVariableInstruction. setParam(int param)Set the method parameter that this instruction operates on.
-