| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.declaration | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
FieldDeclarationTree |
JavaScriptGrammar.CLASS_FIELD_INITIALIZER() |
FieldDeclarationTree |
TreeFactory.fieldDeclaration(com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> staticToken,
Tree propertyName,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,ExpressionTree>> initializer,
Tree semicolonToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldDeclarationTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitFieldDeclaration(FieldDeclarationTree tree) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.