| 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 |
|---|---|
BindingElementTree |
JavaScriptGrammar.BINDING_ELEMENT_NO_IN() |
BindingElementTree |
JavaScriptGrammar.BINDING_ELEMENT() |
BindingElementTree |
JavaScriptGrammar.BINDING_PATTERN() |
BindingElementTree |
JavaScriptGrammar.BINDING_PROPERTY() |
BindingElementTree |
TreeFactory.completeBindingElement1(BindingElementTree left,
com.sonar.sslr.api.typed.Optional<InitializedBindingElementTreeImpl> initializer) |
BindingElementTree |
TreeFactory.completeBindingElement2(BindingElementTree left,
com.sonar.sslr.api.typed.Optional<InitializedBindingElementTreeImpl> initializer) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<BindingElementTree> |
JavaScriptGrammar.BINDING_ELEMENT_LIST() |
SeparatedList<BindingElementTree> |
JavaScriptGrammar.BINDING_ELEMENT_NO_IN_LIST() |
SeparatedList<BindingElementTree> |
JavaScriptGrammar.BINDING_PROPERTY_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) |
SeparatedList<BindingElementTree> |
TreeFactory.bindingPropertyList(BindingElementTree bindingProperty,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,BindingElementTree>>> restProperties) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayBindingPatternTreeImpl |
class |
BindingPropertyTreeImpl |
class |
InitializedBindingElementTreeImpl |
class |
ObjectBindingPatternTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
BindingElementTree |
InitializedBindingElementTreeImpl.left() |
BindingElementTree |
BindingPropertyTreeImpl.value() |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<BindingElementTree> |
ObjectBindingPatternTreeImpl.elements() |
SeparatedList<com.sonar.sslr.api.typed.Optional<BindingElementTree>> |
ArrayBindingPatternTreeImpl.elements() |
| Modifier and Type | Method and Description |
|---|---|
InitializedBindingElementTreeImpl |
InitializedBindingElementTreeImpl.completeWithLeft(BindingElementTree left) |
| Constructor and Description |
|---|
BindingPropertyTreeImpl(Tree name,
InternalSyntaxToken colonToken,
BindingElementTree value) |
| Constructor and Description |
|---|
ArrayBindingPatternTreeImpl(InternalSyntaxToken openBracketToken,
SeparatedList<com.sonar.sslr.api.typed.Optional<BindingElementTree>> elements,
InternalSyntaxToken closeBracketToken) |
ObjectBindingPatternTreeImpl(SyntaxToken openCurlyBrace,
SeparatedList<BindingElementTree> bindingElements,
SyntaxToken closeCurlyBrace) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentifierTreeImpl |
class |
RestElementTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
BindingElementTree |
RestElementTreeImpl.element() |
| Constructor and Description |
|---|
RestElementTreeImpl(InternalSyntaxToken ellipsis,
BindingElementTree element) |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<BindingElementTree> |
VariableDeclarationTreeImpl.variables() |
| Constructor and Description |
|---|
CatchBlockTreeImpl(InternalSyntaxToken catchKeyword,
InternalSyntaxToken openParenthesis,
BindingElementTree parameter,
InternalSyntaxToken closeParenthesis,
BlockTreeImpl block) |
| Constructor and Description |
|---|
VariableDeclarationTreeImpl(Tree.Kind kind,
InternalSyntaxToken token,
SeparatedList<BindingElementTree> variables) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayBindingPatternTree
Common interface for all types of
Array Binding Pattern
(ES6)
|
interface |
BindingPropertyTree
|
interface |
InitializedBindingElementTree
|
interface |
ObjectBindingPatternTree
|
| Modifier and Type | Method and Description |
|---|---|
BindingElementTree |
InitializedBindingElementTree.left() |
BindingElementTree |
BindingPropertyTree.value() |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<BindingElementTree> |
ObjectBindingPatternTree.elements() |
SeparatedList<com.sonar.sslr.api.typed.Optional<BindingElementTree>> |
ArrayBindingPatternTree.elements() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IdentifierTree
|
interface |
RestElementTree
Common interface for all types of Rest Element
|
| Modifier and Type | Method and Description |
|---|---|
BindingElementTree |
RestElementTree.element() |
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<BindingElementTree> |
VariableDeclarationTree.variables() |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.