Uses of Class
serp.bytecode.ReturnInstruction
Packages that use ReturnInstruction
-
Uses of ReturnInstruction in serp.bytecode
Methods in serp.bytecode that return ReturnInstructionModifier and TypeMethodDescriptionCode.areturn()Return an object from a method; theareturnopcode.Code.dreturn()Return a double from a method; thedreturnopcode.Code.freturn()Return a float from a method; thefreturnopcode.Code.ireturn()Return an int from a method; theireturnopcode.Code.lreturn()Return a long from a method; thelreturnopcode.Code.vreturn()Return void from a method; thereturnopcode.Code.xreturn()Return from a method. -
Uses of ReturnInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type ReturnInstructionModifier and TypeMethodDescriptionvoidBCVisitor.enterReturnInstruction(ReturnInstruction obj) voidBCVisitor.exitReturnInstruction(ReturnInstruction obj)