public class InitializedBindingElementTreeImpl extends JavaScriptTree implements InitializedBindingElementTree
| Constructor and Description |
|---|
InitializedBindingElementTreeImpl(BindingElementTree left,
InternalSyntaxToken equalToken,
ExpressionTree right) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
List<IdentifierTree> |
bindingIdentifiers() |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
SyntaxToken |
equalToken() |
Tree.Kind |
getKind() |
BindingElementTree |
left() |
ExpressionTree |
right() |
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 InitializedBindingElementTreeImpl(BindingElementTree left, InternalSyntaxToken equalToken, ExpressionTree right)
public BindingElementTree left()
left in interface InitializedBindingElementTreepublic SyntaxToken equalToken()
equalToken in interface InitializedBindingElementTreepublic ExpressionTree right()
right in interface InitializedBindingElementTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic Tree.Kind getKind()
getKind in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
public List<IdentifierTree> bindingIdentifiers()
bindingIdentifiers in interface BindingElementTreeCopyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.