Package org.sonarsource.slang.impl
Class ClassDeclarationTreeImpl
java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
org.sonarsource.slang.impl.ClassDeclarationTreeImpl
- All Implemented Interfaces:
ClassDeclarationTree,HasTextRange,Tree
-
Constructor Summary
ConstructorsConstructorDescriptionClassDeclarationTreeImpl(TreeMetaData metaData, IdentifierTree identifier, Tree classTree) -
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
-
ClassDeclarationTreeImpl
public ClassDeclarationTreeImpl(TreeMetaData metaData, @Nullable IdentifierTree identifier, Tree classTree)
-
-
Method Details
-
identifier
- Specified by:
identifierin interfaceClassDeclarationTree
-
classTree
- Specified by:
classTreein interfaceClassDeclarationTree
-
children
-