| Package | Description |
|---|---|
| org.sonar.javascript.ast.parser | |
| org.sonar.javascript.model.internal.expression | |
| org.sonar.javascript.parser |
| Modifier and Type | Method and Description |
|---|---|
ArrayLiteralTreeImpl |
TreeFactory.completeArrayLiteral(com.sonar.sslr.api.AstNode openBracketToken,
Optional<ArrayLiteralTreeImpl> elements,
com.sonar.sslr.api.AstNode closeBracket) |
ArrayLiteralTreeImpl |
TreeFactory.newArrayLiteralWithElements(Optional<List<com.sonar.sslr.api.AstNode>> commaTokens,
ExpressionTree element,
Optional<List<TreeFactory.Tuple<com.sonar.sslr.api.AstNode,ExpressionTree>>> restElements,
Optional<List<com.sonar.sslr.api.AstNode>> restCommas)
Creates a new array literal.
|
ArrayLiteralTreeImpl |
TreeFactory.newArrayLiteralWithElidedElements(List<com.sonar.sslr.api.AstNode> commaTokens) |
| Modifier and Type | Method and Description |
|---|---|
ArrayLiteralTreeImpl |
TreeFactory.completeArrayLiteral(com.sonar.sslr.api.AstNode openBracketToken,
Optional<ArrayLiteralTreeImpl> elements,
com.sonar.sslr.api.AstNode closeBracket) |
| Modifier and Type | Method and Description |
|---|---|
ArrayLiteralTreeImpl |
ArrayLiteralTreeImpl.complete(InternalSyntaxToken openBracket,
InternalSyntaxToken closeBracket) |
| Modifier and Type | Method and Description |
|---|---|
ArrayLiteralTreeImpl |
ActionGrammar.ARRAY_ELEMENT_LIST() |
ArrayLiteralTreeImpl |
ActionGrammar.ARRAY_LITERAL() |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.