public class PairPropertyTreeImpl extends JavaScriptTree implements PairPropertyTree
| Constructor and Description |
|---|
PairPropertyTreeImpl(Tree key,
InternalSyntaxToken operator,
ExpressionTree value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
SyntaxToken |
colonToken() |
Tree.Kind |
getKind() |
Tree |
key() |
ExpressionTree |
value() |
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 PairPropertyTreeImpl(Tree key, InternalSyntaxToken operator, ExpressionTree value)
public Tree key()
key in interface PairPropertyTree@Nullable public SyntaxToken colonToken()
colonToken in interface PairPropertyTreepublic ExpressionTree value()
value in interface PairPropertyTreepublic Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.