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