public class CallExpressionTreeImpl extends JavaScriptTree implements CallExpressionTree
| Constructor and Description |
|---|
CallExpressionTreeImpl(ExpressionTree callee,
ParameterListTree arguments) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeVisitor visitor) |
void |
addType(Type type) |
ParameterListTree |
arguments() |
ExpressionTree |
callee() |
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.
|
getFirstToken, getLastToken, getLine, is, isLeafpublic CallExpressionTreeImpl(ExpressionTree callee, ParameterListTree arguments)
public ExpressionTree callee()
callee in interface CallExpressionTreepublic ParameterListTree arguments()
arguments in interface CallExpressionTreepublic Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(TreeVisitor visitor)
public TypeSet types()
ExpressionTreetypes in interface ExpressionTreepublic void addType(Type type)
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.