| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model.statement |
| Modifier and Type | Method and Description |
|---|---|
IfStatementTreeImpl |
TreeFactory.completeIf(com.sonar.sslr.api.AstNode ifToken,
com.sonar.sslr.api.AstNode openParen,
ExpressionTree condition,
com.sonar.sslr.api.AstNode closeParen,
StatementTree statement,
Optional<IfStatementTreeImpl> elseClause) |
IfStatementTreeImpl |
JavaGrammar.IF_STATEMENT() |
IfStatementTreeImpl |
TreeFactory.newIfWithElse(com.sonar.sslr.api.AstNode elseToken,
StatementTree elseStatement) |
| Modifier and Type | Method and Description |
|---|---|
IfStatementTreeImpl |
TreeFactory.completeIf(com.sonar.sslr.api.AstNode ifToken,
com.sonar.sslr.api.AstNode openParen,
ExpressionTree condition,
com.sonar.sslr.api.AstNode closeParen,
StatementTree statement,
Optional<IfStatementTreeImpl> elseClause) |
| Modifier and Type | Method and Description |
|---|---|
IfStatementTreeImpl |
IfStatementTreeImpl.complete(InternalSyntaxToken ifKeyword,
InternalSyntaxToken openParenToken,
ExpressionTree condition,
InternalSyntaxToken closeParenToken,
StatementTree thenStatement,
com.sonar.sslr.api.AstNode... children) |
Copyright © 2012–2015 SonarSource. All rights reserved.