public final class TryStatement extends ValueObject implements Statement
Modifier and Type | Class and Description |
---|---|
static class |
TryStatement.CatchBlock |
Modifier and Type | Field and Description |
---|---|
List<TryStatement.CatchBlock> |
catchBlocks |
BlockStatement |
finallyBlock |
BlockStatement |
tryBlock |
Constructor and Description |
---|
TryStatement(BlockStatement tryBlock,
List<TryStatement.CatchBlock> catchBlocks,
BlockStatement finallyBlock) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final BlockStatement tryBlock
public final List<TryStatement.CatchBlock> catchBlocks
public final BlockStatement finallyBlock
public TryStatement(BlockStatement tryBlock, List<TryStatement.CatchBlock> catchBlocks, BlockStatement finallyBlock)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.