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

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

Methods in com.techtrader.modules.tools.bytecode that return ConstantInstruction
 ConstantInstruction ConstantInstruction.setConstant(java.lang.Object value)
          Set the constant to the given Object value.
 ConstantInstruction ConstantInstruction.setStringConstant(java.lang.String value)
          Set the constant to load, for String constants.
 ConstantInstruction ConstantInstruction.setIntConstant(int value)
          Set the constant to load, for int constants.
 ConstantInstruction ConstantInstruction.setFloatConstant(float value)
          Set the constant to load, for float constants.
 ConstantInstruction ConstantInstruction.setLongConstant(long value)
          Set the constant to load, for long constants; must be a ldc2 instruction.
 ConstantInstruction ConstantInstruction.setDoubleConstant(double value)
          Set the constant to load, for double constants; must be a ldc2 instruction.
 ConstantInstruction Code.constant()
          Load some constant onto the stack.
 ConstantInstruction Code.aconst_null()
           
 ConstantInstruction Code.iconst_m1()
           
 ConstantInstruction Code.iconst_0()
           
 ConstantInstruction Code.iconst_1()
           
 ConstantInstruction Code.iconst_2()
           
 ConstantInstruction Code.iconst_3()
           
 ConstantInstruction Code.iconst_4()
           
 ConstantInstruction Code.iconst_5()
           
 ConstantInstruction Code.lconst_0()
           
 ConstantInstruction Code.lconst_1()
           
 ConstantInstruction Code.fconst_0()
           
 ConstantInstruction Code.fconst_1()
           
 ConstantInstruction Code.fconst_2()
           
 ConstantInstruction Code.dconst_0()
           
 ConstantInstruction Code.dconst_1()
           
 ConstantInstruction Code.bipush()
           
 ConstantInstruction Code.sipush()
           
 ConstantInstruction Code.ldc()
           
 ConstantInstruction Code.ldc_w()
           
 ConstantInstruction Code.ldc2_w()