Class CatchInstr

All Implemented Interfaces:
DeclOrInstr, Instr, Kernel, SourceSpan

public class CatchInstr extends AbstractInstr
A CatchInstr is only used internally when a TryInstr pushes it onto the machine stack. A CatchInstr is simply a holder for a CaseInstr.