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.StackInstruction

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

Methods in com.techtrader.modules.tools.bytecode that return StackInstruction
 StackInstruction StackInstruction.setType(java.lang.Class type)
          Set the type that is being manipulated; this might cause the instruction to change to the wide version of the opcode it represents.
 StackInstruction StackInstruction.setTypeName(java.lang.String name)
          Set the type to manipulate by name.
 StackInstruction Code.pop()
           
 StackInstruction Code.pop2()
           
 StackInstruction Code.dup()
           
 StackInstruction Code.dup_x1()
           
 StackInstruction Code.dup_x2()
           
 StackInstruction Code.dup2()
           
 StackInstruction Code.dup2_x1()
           
 StackInstruction Code.dup2_x2()
           
 StackInstruction Code.swap()