org.sonar.javascript.model
Interface WithStatementTree
- All Superinterfaces:
- SourceElementTree, StatementTree, Tree
- All Known Implementing Classes:
- TreeImpl.WithStatementTreeImpl
public interface WithStatementTree
- extends StatementTree
with Statement.
with ( expression() ) statement()
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()
statement
StatementTree statement()
Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.