org.sonar.javascript.model
Interface VariableStatementTree

All Superinterfaces:
SourceElementTree, StatementTree, Tree
All Known Implementing Classes:
TreeImpl.VariableStatementTreeImpl

public interface VariableStatementTree
extends StatementTree

Variable Statement

   var declarations() ;
 

This interface is not intended to be implemented by clients.


Method Summary
 List<VariableDeclarationTree> declarations()
           
 
Methods inherited from interface org.sonar.javascript.model.Tree
as, getLine, is
 

Method Detail

declarations

List<VariableDeclarationTree> declarations()


Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.