public class FlowSimpleTypeTreeImpl extends JavaScriptTree implements FlowSimpleTypeTree
| Constructor and Description |
|---|
FlowSimpleTypeTreeImpl(IdentifierTree identifierTree) |
FlowSimpleTypeTreeImpl(SyntaxToken token) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Optional<IdentifierTree> |
getIdentifierTree() |
Tree.Kind |
getKind() |
SyntaxToken |
token() |
childrenStream, descendants, firstToken, is, isAncestorOf, isLeaf, lastToken, parent, setParent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchildrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentpublic FlowSimpleTypeTreeImpl(SyntaxToken token)
public FlowSimpleTypeTreeImpl(IdentifierTree identifierTree)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic SyntaxToken token()
token in interface FlowSimpleTypeTreepublic void accept(DoubleDispatchVisitor visitor)
public Optional<IdentifierTree> getIdentifierTree()
getIdentifierTree in interface FlowSimpleTypeTreeCopyright © 2011–2018 SonarSource and Eriks Nukis. All rights reserved.