public class InitializedBindingElementTreeImpl extends JavaScriptTree implements InitializedBindingElementTree
| Constructor and Description |
|---|
InitializedBindingElementTreeImpl(InternalSyntaxToken equalToken,
ExpressionTree right) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeVisitor visitor) |
List<IdentifierTree> |
bindingIdentifiers() |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
InitializedBindingElementTreeImpl |
completeWithLeft(BindingElementTree left) |
SyntaxToken |
equalToken() |
com.sonar.sslr.api.AstNodeType |
getKind() |
BindingElementTree |
left() |
ExpressionTree |
right() |
addChild, addChildren, getAstNode, getLine, is, isLeaf, isLegacy, prependChildren, prependChildrenfindChildren, findDirectChildren, findFirstChild, findFirstDirectChild, findFirstParent, getChild, getChildren, getChildren, getDescendants, getFirstAncestor, getFirstAncestor, getFirstChild, getFirstChild, getFirstDescendant, getFromIndex, getLastChild, getLastChild, getLastToken, getName, getNextAstNode, getNextSibling, getNumberOfChildren, getParent, getPreviousAstNode, getPreviousSibling, getToIndex, getToken, getTokenLine, getTokenOriginalValue, getTokens, getTokenValue, getType, hasAncestor, hasAncestor, hasChildren, hasChildren, hasDescendant, hasDirectChildren, hasParent, hasParents, hasToBeSkippedFromAst, hasToken, is, isCopyBookOrGeneratedNode, isNot, nextAstNode, nextSibling, previousAstNode, previousSibling, select, setFromIndex, setToIndex, toStringpublic InitializedBindingElementTreeImpl(InternalSyntaxToken equalToken, ExpressionTree right)
public InitializedBindingElementTreeImpl completeWithLeft(BindingElementTree left)
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 com.sonar.sslr.api.AstNodeType getKind()
getKind in class JavaScriptTreepublic void accept(TreeVisitor visitor)
public List<IdentifierTree> bindingIdentifiers()
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.