public class FlowArrayTypeWithKeywordTreeImpl extends JavaScriptTree implements FlowArrayTypeWithKeywordTree
| Constructor and Description |
|---|
FlowArrayTypeWithKeywordTreeImpl(SyntaxToken arrayToken,
SyntaxToken leftBracketToken,
FlowTypeTree type,
SyntaxToken rightBracketToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
SyntaxToken |
arrayToken() |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Tree.Kind |
getKind() |
SyntaxToken |
leftBracketToken() |
SyntaxToken |
rightBracketToken() |
FlowTypeTree |
type() |
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 FlowArrayTypeWithKeywordTreeImpl(SyntaxToken arrayToken, SyntaxToken leftBracketToken, FlowTypeTree type, SyntaxToken rightBracketToken)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic SyntaxToken arrayToken()
arrayToken in interface FlowArrayTypeWithKeywordTreepublic SyntaxToken leftBracketToken()
leftBracketToken in interface FlowArrayTypeWithKeywordTreepublic FlowTypeTree type()
type in interface FlowArrayTypeTreetype in interface FlowArrayTypeWithKeywordTreepublic SyntaxToken rightBracketToken()
rightBracketToken in interface FlowArrayTypeWithKeywordTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2019 SonarSource and Eriks Nukis. All rights reserved.