| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.declaration | |
| org.sonar.javascript.tree.impl.expression | |
| org.sonar.javascript.tree.impl.statement | |
| org.sonar.plugins.javascript.api.tree.declaration |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.tree.expression |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.tree.statement |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<BindingElementTree> |
JavaScriptGrammar.BINDING_ELEMENT_LIST() |
SeparatedList<BindingElementTree> |
JavaScriptGrammar.BINDING_ELEMENT_NO_IN_LIST() |
SeparatedList<BindingElementTree> |
TreeFactory.bindingElementList1(BindingElementTree element,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,BindingElementTree>>> rest) |
SeparatedList<BindingElementTree> |
TreeFactory.bindingElementList2(BindingElementTree element,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,BindingElementTree>>> rest) |
| Modifier and Type | Method and Description |
|---|---|
VariableDeclarationTreeImpl |
TreeFactory.variableDeclaration1(InternalSyntaxToken token,
SeparatedList<BindingElementTree> variables) |
VariableDeclarationTreeImpl |
TreeFactory.variableDeclaration2(InternalSyntaxToken token,
SeparatedList<BindingElementTree> variables) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<Tree> |
ObjectBindingPatternTreeImpl.elements() |
SeparatedList<com.sonar.sslr.api.typed.Optional<BindingElementTree>> |
ArrayBindingPatternTreeImpl.elements() |
SeparatedList<Tree> |
ParameterListTreeImpl.parameters() |
SeparatedList<SpecifierTree> |
SpecifierListTreeImpl.specifiers() |
| Constructor and Description |
|---|
ArrayBindingPatternTreeImpl(InternalSyntaxToken openBracketToken,
SeparatedList<com.sonar.sslr.api.typed.Optional<BindingElementTree>> elements,
InternalSyntaxToken closeBracketToken) |
ObjectBindingPatternTreeImpl(SeparatedList<Tree> bindingElements) |
ParameterListTreeImpl(Tree.Kind kind,
SeparatedList<Tree> parameters) |
SpecifierListTreeImpl(Tree.Kind kind,
SeparatedList<SpecifierTree> specifiers) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<Tree> |
ObjectLiteralTreeImpl.properties() |
| Constructor and Description |
|---|
ObjectLiteralTreeImpl(SeparatedList<Tree> properties) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<BindingElementTree> |
VariableDeclarationTreeImpl.variables() |
| Constructor and Description |
|---|
VariableDeclarationTreeImpl(Tree.Kind kind,
InternalSyntaxToken token,
SeparatedList<BindingElementTree> variables) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<Tree> |
ObjectBindingPatternTree.elements() |
SeparatedList<com.sonar.sslr.api.typed.Optional<BindingElementTree>> |
ArrayBindingPatternTree.elements() |
SeparatedList<Tree> |
ParameterListTree.parameters() |
SeparatedList<SpecifierTree> |
SpecifierListTree.specifiers() |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<InitializedBindingElementTree> |
LexicalDeclarationTree.bindingList() |
SeparatedList<ExpressionTree> |
SequenceExpressionTree.expressions() |
SeparatedList<Tree> |
ObjectLiteralTree.properties() |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<BindingElementTree> |
VariableDeclarationTree.variables() |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.