public class CatchClause extends NodeWithModifiers
| Constructor and Description |
|---|
CatchClause() |
| Modifier and Type | Method and Description |
|---|---|
Block |
getBody() |
List<QualifiedName> |
getExceptions() |
Identifier |
getVariable() |
void |
setBody(Block body) |
void |
setExceptions(List<QualifiedName> exceptions) |
void |
setVariable(Identifier variable) |
protected void |
visitChildren(Visitors visitors) |
getAnnotations, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setAbstract, setAnnotations, setFinal, setNative, setPrivate, setProtected, setPublic, setStatic, setStrictfp, setSynchronized, setTransient, setVolatilegetEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitpublic Block getBody()
public List<QualifiedName> getExceptions()
public Identifier getVariable()
public void setBody(Block body)
public void setExceptions(List<QualifiedName> exceptions)
public void setVariable(Identifier variable)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeWithModifiersCopyright © 2013. All rights reserved.