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; theareturn
opcode.Code.dreturn()
Return a double from a method; thedreturn
opcode.Code.freturn()
Return a float from a method; thefreturn
opcode.Code.ireturn()
Return an int from a method; theireturn
opcode.Code.lreturn()
Return a long from a method; thelreturn
opcode.Code.vreturn()
Return void from a method; thereturn
opcode.Code.xreturn()
Return from a method. -
Uses of ReturnInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type ReturnInstructionModifier and TypeMethodDescriptionvoid
BCVisitor.enterReturnInstruction
(ReturnInstruction obj) void
BCVisitor.exitReturnInstruction
(ReturnInstruction obj)