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

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

Methods in com.techtrader.modules.tools.bytecode that return LoadInstruction
 LoadInstruction Code.load()
          This is a convenience method to load a local variable onto the stack, if the type and index to load is not known at compile time.
 LoadInstruction Code.iload()
           
 LoadInstruction Code.iload_0()
           
 LoadInstruction Code.iload_1()
           
 LoadInstruction Code.iload_2()
           
 LoadInstruction Code.iload_3()
           
 LoadInstruction Code.lload()
           
 LoadInstruction Code.lload_0()
           
 LoadInstruction Code.lload_1()
           
 LoadInstruction Code.lload_2()
           
 LoadInstruction Code.lload_3()
           
 LoadInstruction Code.fload()
           
 LoadInstruction Code.fload_0()
           
 LoadInstruction Code.fload_1()
           
 LoadInstruction Code.fload_2()
           
 LoadInstruction Code.fload_3()
           
 LoadInstruction Code.dload()
           
 LoadInstruction Code.dload_0()
           
 LoadInstruction Code.dload_1()
           
 LoadInstruction Code.dload_2()
           
 LoadInstruction Code.dload_3()
           
 LoadInstruction Code.aload()
           
 LoadInstruction Code.aload_0()
           
 LoadInstruction Code.aload_1()
           
 LoadInstruction Code.aload_2()
           
 LoadInstruction Code.aload_3()