| Package | Description |
|---|---|
| org.sonar.javascript.ast.parser | |
| org.sonar.javascript.model.internal.declaration | |
| org.sonar.javascript.parser |
| Modifier and Type | Method and Description |
|---|---|
MethodDeclarationTreeImpl |
TreeFactory.accessor(com.sonar.sslr.api.AstNode accessorToken,
ExpressionTree name,
ParameterListTreeImpl parameters,
BlockTreeImpl body) |
MethodDeclarationTreeImpl |
TreeFactory.completeStaticMethod(com.sonar.sslr.api.AstNode staticToken,
MethodDeclarationTreeImpl method) |
MethodDeclarationTreeImpl |
TreeFactory.methodOrGenerator(Optional<com.sonar.sslr.api.AstNode> starToken,
ExpressionTree name,
ParameterListTreeImpl parameters,
BlockTreeImpl body) |
| Modifier and Type | Method and Description |
|---|---|
MethodDeclarationTreeImpl |
TreeFactory.completeStaticMethod(com.sonar.sslr.api.AstNode staticToken,
MethodDeclarationTreeImpl method) |
| Modifier and Type | Method and Description |
|---|---|
MethodDeclarationTreeImpl |
MethodDeclarationTreeImpl.completeWithStaticToken(InternalSyntaxToken staticToken) |
static MethodDeclarationTreeImpl |
MethodDeclarationTreeImpl.newAccessor(InternalSyntaxToken accessorToken,
ExpressionTree name,
ParameterListTreeImpl parameters,
BlockTreeImpl body) |
static MethodDeclarationTreeImpl |
MethodDeclarationTreeImpl.newMethodOrGenerator(InternalSyntaxToken starToken,
ExpressionTree name,
ParameterListTreeImpl parameters,
BlockTreeImpl body) |
| Modifier and Type | Method and Description |
|---|---|
MethodDeclarationTreeImpl |
ActionGrammar.METHOD_DEFINITION() |
MethodDeclarationTreeImpl |
ActionGrammar.STATIC_METHOD_DEFINITION() |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.