public class InferedTypeTree extends AbstractTypedTree implements TypeTree
JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImplgrammarRuleKey| Constructor and Description |
|---|
InferedTypeTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeVisitor visitor) |
List<AnnotationTree> |
annotations() |
Iterable<Tree> |
children()
Creates iterable for children of this node.
|
SyntaxToken |
firstToken() |
boolean |
isLeaf() |
Tree.Kind |
kind() |
SyntaxToken |
lastToken() |
isTypeSet, setInferedType, setType, symbolTypegetChildren, getGrammarRuleKey, getLine, is, parent, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsymbolType@Nullable public SyntaxToken firstToken()
firstToken in interface TreefirstToken in class JavaTree@Nullable public SyntaxToken lastToken()
public Iterable<Tree> children()
JavaTreenull elements.public void accept(TreeVisitor visitor)
public List<AnnotationTree> annotations()
annotations in interface TypeTreeCopyright © 2012–2016 SonarSource. All rights reserved.