| Modifier and Type | Field and Description |
|---|---|
Statement |
body |
List<CatchBlock> |
catchBlocks |
@Nullable Statement |
fynally |
nodeType, type| Constructor and Description |
|---|
TryStatement(Statement body,
List<CatchBlock> catchBlocks,
@Nullable Statement fynally) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
accept(Shuttle shuttle) |
<R> R |
accept(Visitor<R> visitor) |
boolean |
equals(@Nullable Object o) |
int |
hashCode() |
accept, evaluate, getNodeType, getType, toStringpublic final Statement body
public final List<CatchBlock> catchBlocks
public final @Nullable Statement fynally
public TryStatement(Statement body, List<CatchBlock> catchBlocks, @Nullable Statement fynally)
public <R> R accept(Visitor<R> visitor)
public boolean equals(@Nullable Object o)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeCopyright © 2012-2021 Apache Software Foundation. All Rights Reserved.