| 限定符和类型 | 字段和说明 |
|---|---|
Statement |
body |
List<CatchBlock> |
catchBlocks |
@Nullable Statement |
fynally |
nodeType, type| 构造器和说明 |
|---|
TryStatement(Statement body,
List<CatchBlock> catchBlocks,
@Nullable Statement fynally) |
public final Statement body
public final List<CatchBlock> catchBlocks
public final @Nullable Statement fynally
public TryStatement(Statement body, List<CatchBlock> catchBlocks, @Nullable Statement fynally)
Copyright © 2012-2023 Apache Software Foundation. All Rights Reserved.