Interface SwitchCaseClauseTree

All Superinterfaces:
Tree
All Known Subinterfaces:
CaseClauseTree, DefaultClauseTree
All Known Implementing Classes:
CaseClauseTreeImpl, DefaultClauseTreeImpl

public interface SwitchCaseClauseTree extends Tree
General interface for switch clauses. Parent interface for CaseClauseTree and DefaultClauseTree.