| Package | Description |
|---|---|
| org.sonar.javascript.tree.impl.declaration |
| Modifier and Type | Method and Description |
|---|---|
static MethodDeclarationTreeImpl |
MethodDeclarationTreeImpl.generator(List<DecoratorTree> decorators,
InternalSyntaxToken staticToken,
InternalSyntaxToken starToken,
Tree name,
ParameterListTree parameters,
BlockTree body) |
static MethodDeclarationTreeImpl |
MethodDeclarationTreeImpl.method(List<DecoratorTree> decorators,
InternalSyntaxToken staticToken,
InternalSyntaxToken asyncToken,
Tree name,
ParameterListTree parameters,
BlockTree body) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.