Package org.sonarsource.slang.impl
Class TopLevelTreeImpl
java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
org.sonarsource.slang.impl.TopLevelTreeImpl
- All Implemented Interfaces:
HasTextRange,TopLevelTree,Tree
-
Constructor Summary
ConstructorsConstructorDescriptionTopLevelTreeImpl(TreeMetaData metaData, List<Tree> declarations, List<Comment> allComments) TopLevelTreeImpl(TreeMetaData metaData, List<Tree> declarations, List<Comment> allComments, Token firstCpdToken) -
Method Summary
Methods inherited from class org.sonarsource.slang.impl.BaseTreeImpl
metaDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonarsource.slang.api.Tree
descendants, metaData, textRange
-
Constructor Details
-
TopLevelTreeImpl
-
TopLevelTreeImpl
-
-
Method Details
-
declarations
- Specified by:
declarationsin interfaceTopLevelTree
-
allComments
- Specified by:
allCommentsin interfaceTopLevelTree
-
firstCpdToken
- Specified by:
firstCpdTokenin interfaceTopLevelTree
-
children
-