| Modifier and Type | Field and Description |
|---|---|
Statement |
body |
List<CatchBlock> |
catchBlocks |
Statement |
fynally |
nodeType, type| Constructor and Description |
|---|
TryStatement(Statement body,
List<CatchBlock> catchBlocks,
Statement fynally) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
accept(Visitor visitor) |
(package private) void |
accept0(ExpressionWriter writer) |
boolean |
equals(Object o) |
int |
hashCode() |
accept, evaluate, getNodeType, getType, toStringpublic final Statement body
public final List<CatchBlock> catchBlocks
public final Statement fynally
public TryStatement(Statement body, List<CatchBlock> catchBlocks, Statement fynally)
void accept0(ExpressionWriter writer)
accept0 in class AbstractNodepublic boolean equals(Object o)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.