| 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> |
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 | 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<com.sonar.sslr.api.typed.Optional<BindingElementTree>> |
ArrayBindingPatternTreeImpl.elements() |
| Modifier and Type | Method and Description |
|---|---|
InitializedBindingElementTreeImpl |
InitializedBindingElementTreeImpl.completeWithLeft(BindingElementTree left) |
| Constructor and Description |
|---|
BindingPropertyTreeImpl(ExpressionTree name,
InternalSyntaxToken colonToken,
BindingElementTree value) |
| Constructor and Description |
|---|
ArrayBindingPatternTreeImpl(InternalSyntaxToken openBracketToken,
SeparatedList<com.sonar.sslr.api.typed.Optional<BindingElementTree>> elements,
InternalSyntaxToken closeBracketToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentifierTreeImpl |
class |
RestElementTreeImpl |
| 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
|
interface |
ObjectBindingPatternTree
|
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<com.sonar.sslr.api.typed.Optional<BindingElementTree>> |
ArrayBindingPatternTree.elements() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IdentifierTree
|
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<BindingElementTree> |
VariableDeclarationTree.variables() |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.