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

Quick Search    Search Deep

Uses of Interface
com.techtrader.modules.tools.bytecode.InstructionPtr

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

Classes in com.techtrader.modules.tools.bytecode that implement InstructionPtr
 class ExceptionHandler
          Represents a try {} catch() {} statement in bytecode.
 class JumpInstruction
          Represents an IF, GOTO, JSR, or similar instruction that specifies as its argument a position in the code block to jump to.
 class LookupSwitchInstruction
          The LOOKUPSWITCH instruction.
 class TableSwitchInstruction
          A TABLESWITCH instruction.