public final class CatchBlock extends Block
| Constructor and Description |
|---|
CatchBlock() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TypeReference> |
getCaughtTypes() |
TypeReference |
getExceptionType() |
Variable |
getExceptionVariable() |
void |
setExceptionType(TypeReference exceptionType) |
void |
setExceptionVariable(Variable exceptionVariable) |
void |
writeTo(ITextOutput output) |
getBody, getChildren, getEntryGoto, setEntryGotogetChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, isConditionalControlFlow, isUnconditionalControlFlow, toStringpublic final java.util.List<TypeReference> getCaughtTypes()
public final TypeReference getExceptionType()
public final void setExceptionType(TypeReference exceptionType)
public final Variable getExceptionVariable()
public final void setExceptionVariable(Variable exceptionVariable)
public final void writeTo(ITextOutput output)