public class ExceptionHandlingTreeImpl extends BaseTreeImpl implements ExceptionHandlingTree
| Constructor and Description |
|---|
ExceptionHandlingTreeImpl(TreeMetaData metaData,
Tree tryBlock,
Token tryKeyword,
List<CatchTree> catchBlocks,
Tree finallyBlock) |
| Modifier and Type | Method and Description |
|---|---|
List<CatchTree> |
catchBlocks() |
List<Tree> |
children() |
Tree |
finallyBlock() |
Tree |
tryBlock() |
Token |
tryKeyword() |
metaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescendants, metaData, textRangepublic Tree tryBlock()
tryBlock in interface ExceptionHandlingTreepublic List<CatchTree> catchBlocks()
catchBlocks in interface ExceptionHandlingTree@CheckForNull public Tree finallyBlock()
finallyBlock in interface ExceptionHandlingTreepublic Token tryKeyword()
tryKeyword in interface ExceptionHandlingTreeCopyright © 2009–2018 SonarSource. All rights reserved.