| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model.statement |
| Modifier and Type | Method and Description |
|---|---|
CaseLabelTreeImpl |
TreeFactory.newCaseSwitchLabel(InternalSyntaxToken caseSyntaxToken,
ExpressionTree expression,
InternalSyntaxToken colonSyntaxToken) |
CaseLabelTreeImpl |
TreeFactory.newDefaultSwitchLabel(InternalSyntaxToken defaultToken,
InternalSyntaxToken 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,
BlockStatementListTreeImpl body) |
Copyright © 2012–2017 SonarSource. All rights reserved.