public class ClassDeclarationTreeImpl extends BaseTreeImpl implements ClassDeclarationTree
| Constructor and Description |
|---|
ClassDeclarationTreeImpl(TreeMetaData metaData,
IdentifierTree identifier,
Tree classTree) |
| Modifier and Type | Method and Description |
|---|---|
List<Tree> |
children() |
Tree |
classTree() |
IdentifierTree |
identifier() |
metaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescendants, metaData, textRangepublic ClassDeclarationTreeImpl(TreeMetaData metaData, @Nullable IdentifierTree identifier, Tree classTree)
@CheckForNull public IdentifierTree identifier()
identifier in interface ClassDeclarationTreepublic Tree classTree()
classTree in interface ClassDeclarationTreeCopyright © 2009–2018 SonarSource. All rights reserved.