Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.techtrader.modules.tools.bytecode.LocalVariableInstruction

Uses of LocalVariableInstruction in com.techtrader.modules.tools.bytecode
 

Subclasses of LocalVariableInstruction in com.techtrader.modules.tools.bytecode
 class IIncInstruction
          Represents the IINC instruction.
 class LoadInstruction
          Represents an instruction to load a value from a local variable onto the stack; can be any of aload_*, iload_*, etc.
 class RetInstruction
          Represents the RET instruction used in the implementation of finally.
 class StoreInstruction
          Represents an instruction to store a value in a local variable from the stack; can be any of astore*, istore*, etc.
 class TypedLocalVariableInstruction
          An instruction manipulating a local variable that varies with the variable type.
 class WideInstruction
          Representation of the WIDE 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 com.techtrader.modules.tools.bytecode that return LocalVariableInstruction
 LocalVariableInstruction LocalVariableInstruction.setIndex(int index)
          Set the index of the local variable that this instruction should operate on.