public class FlowImplementsClauseTreeImpl extends JavaScriptTree implements FlowImplementsClauseTree
| Constructor and Description |
|---|
FlowImplementsClauseTreeImpl(SyntaxToken implementsToken,
SeparatedList<FlowTypeTree> types) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Tree.Kind |
getKind() |
SyntaxToken |
implementsOrExtendsToken() |
SeparatedList<FlowTypeTree> |
types() |
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 FlowImplementsClauseTreeImpl(SyntaxToken implementsToken, SeparatedList<FlowTypeTree> types)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic SyntaxToken implementsOrExtendsToken()
implementsOrExtendsToken in interface FlowImplementsClauseTreepublic SeparatedList<FlowTypeTree> types()
types in interface FlowImplementsClauseTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.