public class ExceptionRec
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
catchType |
BranchTarget |
end |
BranchTarget |
handler |
BranchTarget |
start |
| Constructor and Description |
|---|
ExceptionRec(Instruction start,
Instruction end,
Instruction handler,
java.lang.String ct) |
public BranchTarget start
public BranchTarget end
public BranchTarget handler
public java.lang.String catchType
public ExceptionRec(Instruction start, Instruction end, Instruction handler, java.lang.String ct)