|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjbet.ExceptionRec
public class ExceptionRec
Field Summary | |
---|---|
java.lang.String |
catchType
|
BranchTarget |
end
|
BranchTarget |
handler
|
BranchTarget |
start
|
Constructor Summary | |
---|---|
ExceptionRec(Instruction start,
Instruction end,
Instruction handler,
java.lang.String ct)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public BranchTarget start
public BranchTarget end
public BranchTarget handler
public java.lang.String catchType
Constructor Detail |
---|
public ExceptionRec(Instruction start, Instruction end, Instruction handler, java.lang.String ct)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |