| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model.statement |
| Modifier and Type | Method and Description |
|---|---|
CaseLabelTreeImpl |
TreeFactory.newCaseSwitchLabel(com.sonar.sslr.api.AstNode caseToken,
ExpressionTree expression,
com.sonar.sslr.api.AstNode colonToken) |
CaseLabelTreeImpl |
TreeFactory.newDefaultSwitchLabel(com.sonar.sslr.api.AstNode defaultToken,
com.sonar.sslr.api.AstNode colonToken) |
CaseLabelTreeImpl |
JavaGrammar.SWITCH_LABEL() |
| Modifier and Type | Method and Description |
|---|---|
CaseGroupTreeImpl |
TreeFactory.switchGroup(List<CaseLabelTreeImpl> labels,
BlockStatementListTreeImpl blockStatements) |
| Constructor and Description |
|---|
CaseGroupTreeImpl(List<CaseLabelTreeImpl> labels,
List<StatementTree> body,
com.sonar.sslr.api.AstNode child) |
Copyright © 2012–2015 SonarSource. All rights reserved.