Package javassist.bytecode.analysis
Class ControlFlow.Catcher
java.lang.Object
javassist.bytecode.analysis.ControlFlow.Catcher
- Enclosing class:
ControlFlow
Represents a catch clause.
-
Field Details
-
node
-
typeIndex
private int typeIndex
-
-
Constructor Details
-
Catcher
Catcher(BasicBlock.Catch c)
-
-
Method Details
-
block
Returns the first block of the catch clause. -
type
Returns the name of the exception type that this catch clause catches.
-