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

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

Methods in com.techtrader.modules.tools.bytecode that return ConvertInstruction
 ConvertInstruction ConvertInstruction.setFromType(java.lang.Class type)
          Set the type to convert from.
 ConvertInstruction ConvertInstruction.setFromTypeName(java.lang.String name)
          Set the type to convert from by name.
 ConvertInstruction ConvertInstruction.setToType(java.lang.Class type)
          Set the type to convert to.
 ConvertInstruction ConvertInstruction.setToTypeName(java.lang.String name)
          Set the type to convert to by name.
 ConvertInstruction Code.convert()
          This is a convenience method to invoke the proper conversion instruction if the types being converted are not known at compile time.
 ConvertInstruction Code.i2l()
           
 ConvertInstruction Code.i2f()
           
 ConvertInstruction Code.i2d()
           
 ConvertInstruction Code.i2b()
           
 ConvertInstruction Code.i2c()
           
 ConvertInstruction Code.i2s()
           
 ConvertInstruction Code.l2i()
           
 ConvertInstruction Code.l2f()
           
 ConvertInstruction Code.l2d()
           
 ConvertInstruction Code.f2i()
           
 ConvertInstruction Code.f2l()
           
 ConvertInstruction Code.f2d()
           
 ConvertInstruction Code.d2i()
           
 ConvertInstruction Code.d2l()
           
 ConvertInstruction Code.d2f()