public class SuperTreeImpl extends JavaScriptTree implements LiteralTree
| Constructor and Description |
|---|
SuperTreeImpl(InternalSyntaxToken token) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Tree.Kind |
getKind() |
TypeSet |
types()
Returns an unmodifiable set of the possible types for the expression.
|
String |
value() |
getFirstToken, getLastToken, getLine, is, isLeafpublic SuperTreeImpl(InternalSyntaxToken token)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic String value()
value in interface LiteralTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(TreeVisitor visitor)
public TypeSet types()
ExpressionTreetypes in interface ExpressionTreeCopyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.