Interface CaseClauseTree
-
- All Superinterfaces:
SwitchClauseTree,Tree
- All Known Implementing Classes:
CaseClauseTreeImpl
@Beta public interface CaseClauseTree extends SwitchClauseTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressionTreeexpression()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.statement.SwitchClauseTree
colonToken, keyword, statements
-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
expression
ExpressionTree expression()
-
-