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

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

Methods in com.techtrader.modules.tools.bytecode that return ReturnInstruction
 ReturnInstruction ReturnInstruction.setType(java.lang.Class type)
          Set the type to rturn; Object types other than Object.class will be demoted to Object.class, and primitives that have no direct support (boolean, char, short, byte) will be converted to int.class.
 ReturnInstruction ReturnInstruction.setTypeName(java.lang.String name)
          Set the type to load by name.
 ReturnInstruction Code.returnins()
          This is a convenience method to invoke the proper return instruction if the type is not known at compile time.
 ReturnInstruction Code.vreturn()
           
 ReturnInstruction Code.ireturn()
           
 ReturnInstruction Code.lreturn()
           
 ReturnInstruction Code.freturn()
           
 ReturnInstruction Code.dreturn()
           
 ReturnInstruction Code.areturn()