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.
| Methods inherited from interface org.sonar.javascript.model.Tree |
as, getLine, is |
identifier
IdentifierTree identifier()
initialiser
@Nullable
ExpressionTree initialiser()
Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.