| Package | Description |
|---|---|
| org.sonar.javascript.ast.parser | |
| org.sonar.javascript.model.internal.statement | |
| org.sonar.javascript.parser |
| Modifier and Type | Method and Description |
|---|---|
ReturnStatementTreeImpl |
TreeFactory.completeReturnStatement(com.sonar.sslr.api.AstNode returnToken,
ReturnStatementTreeImpl expressionOrEndOfStatement) |
ReturnStatementTreeImpl |
TreeFactory.newReturnWithExpression(ExpressionTree expression,
com.sonar.sslr.api.AstNode eos) |
ReturnStatementTreeImpl |
TreeFactory.newReturnWithoutExpression(com.sonar.sslr.api.AstNode eos) |
| Modifier and Type | Method and Description |
|---|---|
ReturnStatementTreeImpl |
TreeFactory.completeReturnStatement(com.sonar.sslr.api.AstNode returnToken,
ReturnStatementTreeImpl expressionOrEndOfStatement) |
| Modifier and Type | Method and Description |
|---|---|
ReturnStatementTreeImpl |
ReturnStatementTreeImpl.complete(InternalSyntaxToken returnKeyword) |
| Modifier and Type | Method and Description |
|---|---|
ReturnStatementTreeImpl |
ActionGrammar.RETURN_STATEMENT() |
ReturnStatementTreeImpl |
ActionGrammar.RETURN_WITH_EXPRESSION() |
ReturnStatementTreeImpl |
ActionGrammar.RETURN_WITHOUT_EXPRESSION() |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.