| Package | Description |
|---|---|
| org.sonar.javascript.ast.parser | |
| org.sonar.javascript.model.internal.declaration | |
| org.sonar.javascript.model.internal.expression | |
| org.sonar.javascript.model.internal.statement | |
| org.sonar.javascript.parser | |
| 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> |
TreeFactory.bindingElementList1(BindingElementTree element,
Optional<List<TreeFactory.Tuple<com.sonar.sslr.api.AstNode,BindingElementTree>>> rest) |
SeparatedList<BindingElementTree> |
TreeFactory.bindingElementList2(BindingElementTree element,
Optional<List<TreeFactory.Tuple<com.sonar.sslr.api.AstNode,BindingElementTree>>> rest) |
| Modifier and Type | Method and Description |
|---|---|
VariableDeclarationTreeImpl |
TreeFactory.variableDeclaration1(com.sonar.sslr.api.AstNode token,
SeparatedList<BindingElementTree> variables) |
VariableDeclarationTreeImpl |
TreeFactory.variableDeclaration2(com.sonar.sslr.api.AstNode token,
SeparatedList<BindingElementTree> variables) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<Optional<BindingElementTree>> |
ArrayBindingPatternTreeImpl.elements() |
SeparatedList<Tree> |
ObjectBindingPatternTreeImpl.elements() |
SeparatedList<Tree> |
ParameterListTreeImpl.parameters() |
SeparatedList<SpecifierTree> |
SpecifierListTreeImpl.specifiers() |
| Constructor and Description |
|---|
ArrayBindingPatternTreeImpl(InternalSyntaxToken openBracketToken,
SeparatedList<Optional<BindingElementTree>> elements,
List<com.sonar.sslr.api.AstNode> children,
InternalSyntaxToken closeBracketToken) |
ObjectBindingPatternTreeImpl(SeparatedList<Tree> bindingElements) |
ParameterListTreeImpl(Tree.Kind kind,
SeparatedList<Tree> parameters) |
SpecifierListTreeImpl(Tree.Kind kind,
SeparatedList<SpecifierTree> specifiers,
List<com.sonar.sslr.api.AstNode> children) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<ExpressionTree> |
ArrayLiteralTreeImpl.elements() |
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,
List<com.sonar.sslr.api.AstNode> children) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<BindingElementTree> |
ActionGrammar.BINDING_ELEMENT_LIST() |
SeparatedList<BindingElementTree> |
ActionGrammar.BINDING_ELEMENT_NO_IN_LIST() |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<Optional<BindingElementTree>> |
ArrayBindingPatternTree.elements() |
SeparatedList<Tree> |
ObjectBindingPatternTree.elements() |
SeparatedList<Tree> |
ParameterListTree.parameters() |
SeparatedList<SpecifierTree> |
SpecifierListTree.specifiers() |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<InitializedBindingElementTree> |
LexicalDeclarationTree.bindingList() |
SeparatedList<ExpressionTree> |
ArrayLiteralTree.elements() |
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.