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