Uses of Class
serp.bytecode.ReturnInstruction
-
Packages that use ReturnInstruction Package Description serp.bytecode Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of ReturnInstruction in serp.bytecode
Methods in serp.bytecode that return ReturnInstruction Modifier and Type Method Description ReturnInstructionCode. areturn()Return an object from a method; theareturnopcode.ReturnInstructionCode. dreturn()Return a double from a method; thedreturnopcode.ReturnInstructionCode. freturn()Return a float from a method; thefreturnopcode.ReturnInstructionCode. ireturn()Return an int from a method; theireturnopcode.ReturnInstructionCode. lreturn()Return a long from a method; thelreturnopcode.ReturnInstructionCode. vreturn()Return void from a method; thereturnopcode.ReturnInstructionCode. xreturn()Return from a method. -
Uses of ReturnInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type ReturnInstruction Modifier and Type Method Description voidBCVisitor. enterReturnInstruction(ReturnInstruction obj)voidBCVisitor. exitReturnInstruction(ReturnInstruction obj)
-