Package javassist.bytecode.analysis
Class ControlFlow.Catcher
java.lang.Object
javassist.bytecode.analysis.ControlFlow.Catcher
- Enclosing class:
ControlFlow
Represents a catch clause.
-
Method Details
-
block
Returns the first block of the catch clause. -
type
Returns the name of the exception type that this catch clause catches.
-