| 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) |
public final Statement body
public final List<CatchBlock> catchBlocks
public final Statement fynally
public TryStatement(Statement body, List<CatchBlock> catchBlocks, Statement fynally)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.