public class TopLevelTreeImpl extends BaseTreeImpl implements TopLevelTree
| Constructor and Description |
|---|
TopLevelTreeImpl(TreeMetaData metaData,
List<Tree> declarations,
List<Comment> allComments) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
allComments() |
List<Tree> |
children() |
List<Tree> |
declarations() |
metaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescendants, metaData, textRangepublic TopLevelTreeImpl(TreeMetaData metaData, List<Tree> declarations, List<Comment> allComments)
public List<Tree> declarations()
declarations in interface TopLevelTreepublic List<Comment> allComments()
allComments in interface TopLevelTreeCopyright © 2009–2018 SonarSource. All rights reserved.