Uses of Class
serp.bytecode.ReturnInstruction

Packages that use ReturnInstruction
serp.bytecode Bytecode Manipuation 
serp.bytecode.visitor Bytecode Visitor 
 

Uses of ReturnInstruction in serp.bytecode
 

Methods in serp.bytecode that return ReturnInstruction
 ReturnInstruction Code.areturn()
          Return an object from a method; the areturn opcode.
 ReturnInstruction Code.dreturn()
          Return a double from a method; the dreturn opcode.
 ReturnInstruction Code.freturn()
          Return a float from a method; the freturn opcode.
 ReturnInstruction Code.ireturn()
          Return an int from a method; the ireturn opcode.
 ReturnInstruction Code.lreturn()
          Return a long from a method; the lreturn opcode.
 ReturnInstruction Code.vreturn()
          Return void from a method; the return opcode.
 ReturnInstruction Code.xreturn()
          Return from a method.
 

Uses of ReturnInstruction in serp.bytecode.visitor
 

Methods in serp.bytecode.visitor with parameters of type ReturnInstruction
 void BCVisitor.enterReturnInstruction(ReturnInstruction obj)
           
 void BCVisitor.exitReturnInstruction(ReturnInstruction obj)
           
 



Copyright © 2002-2007. All Rights Reserved.