| 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 |
|---|---|
ObjectLiteralTree |
JavaScriptGrammar.OBJECT_LITERAL() |
ObjectLiteralTree |
TreeFactory.objectLiteral(InternalSyntaxToken openCurlyToken,
com.sonar.sslr.api.typed.Optional<SeparatedList<Tree>> properties,
InternalSyntaxToken closeCurlyToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectLiteralTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
static PairPropertyTree |
Backbone.getModelProperty(ObjectLiteralTree objectLiteral,
String propertyName) |
void |
TypeVisitor.visitObjectLiteral(ObjectLiteralTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitObjectLiteral(ObjectLiteralTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.