Uses of Class
serp.bytecode.RetInstruction
Packages that use RetInstruction
-
Uses of RetInstruction in serp.bytecode
Methods in serp.bytecode that return RetInstructionModifier and TypeMethodDescriptionCode.ret()
Add theret
opcode, used in implementingfinally
clauses. -
Uses of RetInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type RetInstructionModifier and TypeMethodDescriptionvoid
BCVisitor.enterRetInstruction
(RetInstruction obj) void
PrettyPrintVisitor.enterRetInstruction
(RetInstruction obj) void
BCVisitor.exitRetInstruction
(RetInstruction obj)