| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.expression | |
| org.sonar.javascript.tree.symbols.type | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
ArrayLiteralTree |
JavaScriptGrammar.ARRAY_LITERAL() |
ArrayLiteralTree |
TreeFactory.arrayLiteral(InternalSyntaxToken openBracketToken,
com.sonar.sslr.api.typed.Optional<List<Tree>> elements,
InternalSyntaxToken closeBracket) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayLiteralTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeVisitor.visitArrayLiteral(ArrayLiteralTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitArrayLiteral(ArrayLiteralTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.