Package serp.bytecode

Class RetInstruction

All Implemented Interfaces:
BCEntity, VisitAcceptor

public class RetInstruction extends LocalVariableInstruction
The ret instruction is used in the implementation of finally.
Author:
Abe White