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

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

Methods in com.techtrader.modules.tools.bytecode that return WideInstruction
 WideInstruction WideInstruction.iinc()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.ret()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.iload()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.fload()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.aload()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.lload()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.dload()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.istore()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.fstore()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.astore()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.lstore()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.dstore()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.setInstruction(int code)
          Set the code of the instruction to modify.
 WideInstruction Code.wide()