org.sonar.javascript.model
Interface VariableDeclarationTree

All Superinterfaces:
Tree
All Known Implementing Classes:
TreeImpl.VariableDeclarationTreeImpl

public interface VariableDeclarationTree
extends Tree

Variable Declaration.

   identifier()
   identifier() = initialiser()
 

This interface is not intended to be implemented by clients.


Method Summary
 IdentifierTree identifier()
           
 ExpressionTree initialiser()
           
 
Methods inherited from interface org.sonar.javascript.model.Tree
as, getLine, is
 

Method Detail

identifier

IdentifierTree identifier()

initialiser

@Nullable
ExpressionTree initialiser()


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