public class MatchCaseTreeImpl extends BaseTreeImpl implements MatchCaseTree
| Constructor and Description |
|---|
MatchCaseTreeImpl(TreeMetaData metaData,
Tree expression,
Tree body) |
| Modifier and Type | Method and Description |
|---|---|
Tree |
body() |
List<Tree> |
children() |
Tree |
expression() |
TextRange |
rangeToHighlight() |
metaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescendants, metaData, textRangepublic MatchCaseTreeImpl(TreeMetaData metaData, @Nullable Tree expression, Tree body)
@CheckForNull public Tree expression()
expression in interface MatchCaseTreepublic Tree body()
body in interface MatchCaseTreepublic TextRange rangeToHighlight()
rangeToHighlight in interface MatchCaseTreeCopyright © 2009–2018 SonarSource. All rights reserved.