| Package | Description |
|---|---|
| org.sonar.javascript.ast.parser | |
| org.sonar.javascript.model.internal.expression | |
| org.sonar.javascript.parser |
| Modifier and Type | Method and Description |
|---|---|
ObjectLiteralTreeImpl |
TreeFactory.completeObjectLiteral(com.sonar.sslr.api.AstNode openCurlyToken,
Optional<ObjectLiteralTreeImpl> partial,
com.sonar.sslr.api.AstNode closeCurlyToken) |
ObjectLiteralTreeImpl |
TreeFactory.newObjectLiteral(Tree property,
Optional<List<TreeFactory.Tuple<com.sonar.sslr.api.AstNode,Tree>>> restProperties,
Optional<com.sonar.sslr.api.AstNode> trailingComma) |
| Modifier and Type | Method and Description |
|---|---|
ObjectLiteralTreeImpl |
TreeFactory.completeObjectLiteral(com.sonar.sslr.api.AstNode openCurlyToken,
Optional<ObjectLiteralTreeImpl> partial,
com.sonar.sslr.api.AstNode closeCurlyToken) |
| Modifier and Type | Method and Description |
|---|---|
ObjectLiteralTreeImpl |
ObjectLiteralTreeImpl.complete(InternalSyntaxToken openCurlyBrace,
InternalSyntaxToken closeCurlyBrace) |
| Modifier and Type | Method and Description |
|---|---|
ObjectLiteralTreeImpl |
ActionGrammar.OBJECT_LITERAL() |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.