| Package | Description |
|---|---|
| org.sonar.javascript.ast.parser | |
| org.sonar.javascript.model.internal.statement | |
| org.sonar.javascript.parser |
| Modifier and Type | Method and Description |
|---|---|
VariableDeclarationTreeImpl |
TreeFactory.variableDeclaration1(com.sonar.sslr.api.AstNode token,
SeparatedList<BindingElementTree> variables) |
VariableDeclarationTreeImpl |
TreeFactory.variableDeclaration2(com.sonar.sslr.api.AstNode token,
SeparatedList<BindingElementTree> variables) |
| Modifier and Type | Method and Description |
|---|---|
VariableStatementTreeImpl |
TreeFactory.variableStatement(VariableDeclarationTreeImpl declaration,
com.sonar.sslr.api.AstNode eosToken) |
| Modifier and Type | Method and Description |
|---|---|
VariableDeclarationTreeImpl |
VariableStatementTreeImpl.declaration() |
| Constructor and Description |
|---|
VariableStatementTreeImpl(VariableDeclarationTreeImpl declaration,
com.sonar.sslr.api.AstNode eos) |
| Modifier and Type | Method and Description |
|---|---|
VariableDeclarationTreeImpl |
ActionGrammar.VARIABLE_DECLARATION_NO_IN() |
VariableDeclarationTreeImpl |
ActionGrammar.VARIABLE_DECLARATION() |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.