| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.expression | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
ObjectAssignmentPatternTree |
TreeFactory.emptyObjectAssignmentPattern(InternalSyntaxToken lBrace,
InternalSyntaxToken rBrace) |
ObjectAssignmentPatternTree |
JavaScriptGrammar.OBJECT_ASSIGNMENT_PATTERN() |
ObjectAssignmentPatternTree |
TreeFactory.objectAssignmentPattern(InternalSyntaxToken lBrace,
Tree firstProperty,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,Tree>>> properties,
com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> comma,
InternalSyntaxToken rBrace) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectAssignmentPatternTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitObjectAssignmentPattern(ObjectAssignmentPatternTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.