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

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

Methods in com.techtrader.modules.tools.bytecode that return CmpInstruction
 CmpInstruction Code.cmp()
          Convenience method to use when the types being compared are not known at compile time.
 CmpInstruction Code.lcmp()
           
 CmpInstruction Code.fcmpl()
           
 CmpInstruction Code.fcmpg()
           
 CmpInstruction Code.dcmpl()
           
 CmpInstruction Code.dcmpg()
           
 CmpInstruction CmpInstruction.setType(java.lang.Class type)
          Set the type of value to operate on; primitives that have no direct support (byte, char, boolean, int) will be conerted to long.class.
 CmpInstruction CmpInstruction.setTypeName(java.lang.String name)
          Set the type to load by name.