| 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,
FlowGenericParameterClauseTree genericParameterClause,
ParameterListTree parameters,
FlowTypeAnnotationTree returnType,
BlockTree body) |
static MethodDeclarationTreeImpl |
MethodDeclarationTreeImpl.method(List<DecoratorTree> decorators,
InternalSyntaxToken staticToken,
InternalSyntaxToken asyncToken,
Tree name,
FlowGenericParameterClauseTree genericParameterClause,
ParameterListTree parameters,
FlowTypeAnnotationTree returnType,
BlockTree body) |
Copyright © 2011–2019 SonarSource and Eriks Nukis. All rights reserved.