| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.declaration | |
| org.sonar.javascript.tree.impl.expression | |
| 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.visitors |
| Modifier and Type | Method and Description |
|---|---|
ArgumentListTree |
JavaScriptGrammar.ARGUMENT_CLAUSE() |
ArgumentListTree |
TreeFactory.argumentClause(InternalSyntaxToken openParenToken,
com.sonar.sslr.api.typed.Optional<SeparatedList<ExpressionTree>> arguments,
InternalSyntaxToken closeParenToken) |
| Modifier and Type | Method and Description |
|---|---|
org.sonar.javascript.parser.TreeFactory.ArgumentsTail |
TreeFactory.argumentClauseTail(ArgumentListTree argumentListTree) |
NewExpressionTree |
TreeFactory.newExpressionWithArgument(InternalSyntaxToken newToken,
ExpressionTree expression,
ArgumentListTree arguments) |
CallExpressionTree |
TreeFactory.simpleCallExpression(ExpressionTree expression,
ArgumentListTree arguments) |
| Modifier and Type | Method and Description |
|---|---|
DecoratorTree |
TreeFactory.decorator(InternalSyntaxToken atToken,
IdentifierTree name,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,IdentifierTree>>> rest,
com.sonar.sslr.api.typed.Optional<ArgumentListTree> arguments) |
| Modifier and Type | Method and Description |
|---|---|
ArgumentListTree |
DecoratorTreeImpl.argumentClause() |
| Constructor and Description |
|---|
DecoratorTreeImpl(SyntaxToken atToken,
SeparatedList<IdentifierTree> body,
ArgumentListTree arguments) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentListTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
ArgumentListTree |
NewExpressionTreeImpl.argumentClause() |
ArgumentListTree |
CallExpressionTreeImpl.argumentClause() |
| Constructor and Description |
|---|
CallExpressionTreeImpl(ExpressionTree callee,
ArgumentListTree arguments) |
NewExpressionTreeImpl(Tree.Kind kind,
InternalSyntaxToken newKeyword,
ExpressionTree expression,
ArgumentListTree arguments) |
| Modifier and Type | Method and Description |
|---|---|
ArgumentListTree |
DecoratorTree.argumentClause() |
| Modifier and Type | Method and Description |
|---|---|
ArgumentListTree |
NewExpressionTree.argumentClause() |
ArgumentListTree |
CallExpressionTree.argumentClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitArgumentList(ArgumentListTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.