Uses of Interface
org.sonar.javascript.model.VariableDeclarationTree

Packages that use VariableDeclarationTree
org.sonar.javascript.model Provides interfaces to represent JavaScript source code as abstract syntax trees (AST). 
 

Uses of VariableDeclarationTree in org.sonar.javascript.model
 

Classes in org.sonar.javascript.model that implement VariableDeclarationTree
static class TreeImpl.VariableDeclarationTreeImpl
           
 

Methods in org.sonar.javascript.model that return types with arguments of type VariableDeclarationTree
 List<VariableDeclarationTree> VariableStatementTree.declarations()
           
 List<VariableDeclarationTree> TreeImpl.VariableStatementTreeImpl.declarations()
           
 List<VariableDeclarationTree> TreeImpl.ForStatementTreeImpl.initVariables()
           
 List<VariableDeclarationTree> TreeImpl.ForInStatementTreeImpl.initVariables()
           
 List<VariableDeclarationTree> ForStatementTree.initVariables()
           
 List<VariableDeclarationTree> ForInStatementTree.initVariables()
           
 

Constructor parameters in org.sonar.javascript.model with type arguments of type VariableDeclarationTree
TreeImpl.ForInStatementTreeImpl(com.sonar.sslr.api.AstNode astNode, List<VariableDeclarationTree> initVariables, ExpressionTree expression, StatementTree statement)
           
TreeImpl.ForStatementTreeImpl(com.sonar.sslr.api.AstNode astNode, List<VariableDeclarationTree> initVariables, ExpressionTree condition, ExpressionTree incrementExpression, StatementTree statement)
           
TreeImpl.VariableStatementTreeImpl(com.sonar.sslr.api.AstNode astNode, List<VariableDeclarationTree> declarations)
           
 



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