@Beta public interface SwitchClauseTree extends Tree
| Modifier and Type | Method and Description |
|---|---|
SyntaxToken |
colon() |
SyntaxToken |
keyword() |
List<StatementTree> |
statements() |
SyntaxToken keyword()
SyntaxToken colon()
List<StatementTree> statements()
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.