public static class JavaTree.PrimitiveTypeTreeImpl extends AbstractTypedTree implements PrimitiveTypeTree
JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImplgrammarRuleKey| Constructor and Description |
|---|
JavaTree.PrimitiveTypeTreeImpl(InternalSyntaxToken token) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeVisitor visitor) |
List<AnnotationTree> |
annotations() |
Iterable<Tree> |
children()
Creates iterable for children of this node.
|
JavaTree.PrimitiveTypeTreeImpl |
complete(List<AnnotationTree> annotations) |
SyntaxToken |
keyword() |
Tree.Kind |
kind() |
isTypeSet, setType, symbolTypegetGrammarRuleKey, getLine, is, isLeaf, parent, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsymbolTypesymbolTypepublic JavaTree.PrimitiveTypeTreeImpl(InternalSyntaxToken token)
public JavaTree.PrimitiveTypeTreeImpl complete(List<AnnotationTree> annotations)
public void accept(TreeVisitor visitor)
public SyntaxToken keyword()
keyword in interface PrimitiveTypeTreepublic Iterable<Tree> children()
JavaTreenull elements.public List<AnnotationTree> annotations()
annotations in interface TypeTreeCopyright © 2012–2016 SonarSource. All rights reserved.