public class CatchTreeImpl extends BaseTreeImpl implements CatchTree
| Constructor and Description |
|---|
CatchTreeImpl(TreeMetaData metaData,
Tree catchParameter,
Tree catchBlock,
Token keyword) |
| Modifier and Type | Method and Description |
|---|---|
Tree |
catchBlock() |
Tree |
catchParameter() |
List<Tree> |
children() |
Token |
keyword() |
metaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescendants, metaData, textRangepublic CatchTreeImpl(TreeMetaData metaData, @Nullable Tree catchParameter, Tree catchBlock, Token keyword)
@CheckForNull public Tree catchParameter()
catchParameter in interface CatchTreepublic Tree catchBlock()
catchBlock in interface CatchTreeCopyright © 2009–2018 SonarSource. All rights reserved.