org.sonar.javascript.model
Interface FunctionCallTree
- All Superinterfaces:
- ExpressionTree, Tree
- All Known Implementing Classes:
- TreeImpl.FunctionCallTreeImpl
public interface FunctionCallTree
- extends ExpressionTree
Function Call.
expression() ( arguments() )
This interface is not intended to be implemented by clients.
| Methods inherited from interface org.sonar.javascript.model.Tree |
as, getLine, is |
expression
ExpressionTree expression()
arguments
List<? extends ExpressionTree> arguments()
Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.