|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavassist.bytecode.analysis.ControlFlow.Catcher
public static class ControlFlow.Catcher
Represents a catch clause.
| Method Summary | |
|---|---|
ControlFlow.Block |
block()
Returns the first block of the catch clause. |
java.lang.String |
type()
Returns the name of the exception type that this catch clause catches. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ControlFlow.Block block()
public java.lang.String type()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||