public static class ControlFlow.Catcher
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ControlFlow.Block |
node |
private int |
typeIndex |
Constructor and Description |
---|
Catcher(BasicBlock.Catch c) |
Modifier and Type | Method and Description |
---|---|
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.
|
private ControlFlow.Block node
private int typeIndex
Catcher(BasicBlock.Catch c)
public ControlFlow.Block block()
public java.lang.String type()