public interface Tree extends HasTextRange
| Modifier and Type | Method and Description |
|---|---|
List<Tree> |
children() |
default Stream<Tree> |
descendants() |
TreeMetaData |
metaData() |
default TextRange |
textRange() |
TreeMetaData metaData()
default TextRange textRange()
textRange in interface HasTextRangeCopyright © 2009–2018 SonarSource. All rights reserved.