public class NewTargetTreeImpl extends JavaScriptTree implements NewTargetTree
| Constructor and Description |
|---|
NewTargetTreeImpl(SyntaxToken newKeyword,
SyntaxToken dot,
SyntaxToken target) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
SyntaxToken |
dotToken() |
Tree.Kind |
getKind() |
SyntaxToken |
newKeyword() |
SyntaxToken |
targetKeyword() |
TypeSet |
types()
Returns an unmodifiable set of the possible types for the expression.
|
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 NewTargetTreeImpl(SyntaxToken newKeyword, SyntaxToken dot, SyntaxToken target)
public SyntaxToken newKeyword()
newKeyword in interface NewTargetTreepublic SyntaxToken dotToken()
dotToken in interface NewTargetTreepublic SyntaxToken targetKeyword()
targetKeyword in interface NewTargetTreepublic Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
public TypeSet types()
ExpressionTreetypes in interface ExpressionTreeCopyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.