Class JavaTree.PrimitiveTypeTreeImpl
java.lang.Object
org.sonar.java.model.JavaTree
org.sonar.java.model.AbstractTypedTree
org.sonar.java.model.expression.AssessableExpressionTree
org.sonar.java.model.JavaTree.PrimitiveTypeTreeImpl
- All Implemented Interfaces:
JavaTree.AnnotatedTypeTree, ExpressionTree, PrimitiveTypeTree, Tree, TypeTree
- Enclosing class:
JavaTree
public static class JavaTree.PrimitiveTypeTreeImpl
extends AssessableExpressionTree
implements PrimitiveTypeTree, JavaTree.AnnotatedTypeTree
-
Nested Class Summary
Nested classes/interfaces inherited from class JavaTree
JavaTree.AnnotatedTypeTree, JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImplModifier and TypeClassDescriptionstatic interfaceThis interface is dedicated to mark TypeTrees which will requires completion of their annotations during parsing.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields inherited from class AbstractTypedTree
typeBinding -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TreeVisitor visitor) children()Creates iterable for children of this node.voidcomplete(List<AnnotationTree> annotations) keyword()kind()Methods inherited from class AssessableExpressionTree
asConstant, asConstantMethods inherited from class AbstractTypedTree
symbolTypeMethods inherited from class JavaTree
allTokens, firstToken, getChildren, getLine, is, isLeaf, lastToken, parent, setParentMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ExpressionTree
symbolTypeMethods inherited from interface TypeTree
symbolType
-
Constructor Details
-
PrimitiveTypeTreeImpl
-
-
Method Details
-
complete
- Specified by:
completein interfaceJavaTree.AnnotatedTypeTree
-
kind
-
accept
-
keyword
- Specified by:
keywordin interfacePrimitiveTypeTree
-
children
-
annotations
- Specified by:
annotationsin interfaceTypeTree
-