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

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

Subclasses of JumpInstruction in com.techtrader.modules.tools.bytecode
 class LookupSwitchInstruction
          The LOOKUPSWITCH instruction.
 class TableSwitchInstruction
          A TABLESWITCH instruction.
 

Methods in com.techtrader.modules.tools.bytecode that return JumpInstruction
 JumpInstruction JumpInstruction.setTarget(Instruction instruction)
          Set the instruction to jump to; the instruction must already be added to the code block.
 JumpInstruction Code.if_eq()
           
 JumpInstruction Code.if_ne()
           
 JumpInstruction Code.if_lt()
           
 JumpInstruction Code.if_ge()
           
 JumpInstruction Code.if_gt()
           
 JumpInstruction Code.if_le()
           
 JumpInstruction Code.if_icmpeq()
           
 JumpInstruction Code.if_icmpne()
           
 JumpInstruction Code.if_icmplt()
           
 JumpInstruction Code.if_icmpge()
           
 JumpInstruction Code.if_icmpgt()
           
 JumpInstruction Code.if_icmple()
           
 JumpInstruction Code.if_acmpeq()
           
 JumpInstruction Code.if_acmpne()
           
 JumpInstruction Code.if_null()
           
 JumpInstruction Code.if_nonnull()
           
 JumpInstruction Code.go2()
           
 JumpInstruction Code.jsr()
           
 JumpInstruction Code.go2_w()
           
 JumpInstruction Code.jsr_w()