| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.statement |
| Modifier and Type | Method and Description |
|---|---|
VariableDeclarationTreeImpl |
JavaScriptGrammar.VARIABLE_DECLARATION_NO_IN() |
VariableDeclarationTreeImpl |
JavaScriptGrammar.VARIABLE_DECLARATION() |
VariableDeclarationTreeImpl |
TreeFactory.variableDeclaration1(InternalSyntaxToken token,
SeparatedList<BindingElementTree> variables) |
VariableDeclarationTreeImpl |
TreeFactory.variableDeclaration2(InternalSyntaxToken token,
SeparatedList<BindingElementTree> variables) |
| Modifier and Type | Method and Description |
|---|---|
VariableStatementTreeImpl |
TreeFactory.variableStatement(VariableDeclarationTreeImpl declaration,
Tree semicolonToken) |
| Modifier and Type | Method and Description |
|---|---|
VariableDeclarationTreeImpl |
VariableStatementTreeImpl.declaration() |
| Constructor and Description |
|---|
VariableStatementTreeImpl(VariableDeclarationTreeImpl declaration,
SyntaxToken semicolonToken) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.