Package org.sonar.plugins.java.api.tree
Class InferedTypeTree
java.lang.Object
org.sonar.java.model.JavaTree
org.sonar.java.model.AbstractTypedTree
org.sonar.plugins.java.api.tree.InferedTypeTree
-
Nested Class Summary
Nested classes/interfaces inherited from class org.sonar.java.model.JavaTree
JavaTree.AnnotatedTypeTree, JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImpl -
Field Summary
Fields inherited from class org.sonar.java.model.AbstractTypedTree
typeBinding -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TreeVisitor visitor) children()Creates iterable for children of this node.booleanisLeaf()kind()Methods inherited from class org.sonar.java.model.AbstractTypedTree
symbolTypeMethods inherited from class org.sonar.java.model.JavaTree
getChildren, getLine, is, parent, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.plugins.java.api.tree.TypeTree
symbolType
-
Constructor Details
-
InferedTypeTree
public InferedTypeTree()
-
-
Method Details
-
kind
-
isLeaf
public boolean isLeaf() -
firstToken
- Specified by:
firstTokenin interfaceTree- Overrides:
firstTokenin classJavaTree
-
lastToken
-
children
Description copied from class:JavaTreeCreates iterable for children of this node. Note that iterable may containnullelements. -
accept
-
annotations
- Specified by:
annotationsin interfaceTypeTree
-