| Package | Description |
|---|---|
| org.sonar.javascript.ast.parser | |
| org.sonar.javascript.parser |
| Modifier and Type | Method and Description |
|---|---|
FunctionExpressionTreeImpl |
TreeFactory.functionExpression(com.sonar.sslr.api.AstNode functionKeyword,
Optional<com.sonar.sslr.api.AstNode> functionName,
ParameterListTreeImpl parameters,
BlockTreeImpl body) |
FunctionExpressionTreeImpl |
TreeFactory.generatorExpression(com.sonar.sslr.api.AstNode functionKeyword,
com.sonar.sslr.api.AstNode starOperator,
Optional<IdentifierTreeImpl> functionName,
ParameterListTreeImpl parameters,
BlockTreeImpl body) |
| Modifier and Type | Method and Description |
|---|---|
FunctionExpressionTreeImpl |
ActionGrammar.FUNCTION_EXPRESSION() |
FunctionExpressionTreeImpl |
ActionGrammar.GENERATOR_EXPRESSION()
ECMAScript 6
|
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.