public class FlowOptionalBindingElementTreeImpl extends JavaScriptTree implements FlowOptionalBindingElementTree
| Constructor and Description |
|---|
FlowOptionalBindingElementTreeImpl(BindingElementTree bindingElement,
SyntaxToken questionToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
BindingElementTree |
bindingElement() |
List<IdentifierTree> |
bindingIdentifiers() |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Tree.Kind |
getKind() |
SyntaxToken |
questionToken() |
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 FlowOptionalBindingElementTreeImpl(BindingElementTree bindingElement, SyntaxToken questionToken)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic BindingElementTree bindingElement()
bindingElement in interface FlowOptionalBindingElementTreepublic SyntaxToken questionToken()
questionToken in interface FlowOptionalBindingElementTreepublic List<IdentifierTree> bindingIdentifiers()
bindingIdentifiers in interface BindingElementTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2019 SonarSource and Eriks Nukis. All rights reserved.