Module jdk.compiler

Interface SwitchTree

All Superinterfaces:
StatementTree, Tree

public interface SwitchTree extends StatementTree
A tree node for a switch statement. For example:
   switch ( expression ) {
     cases
   }
 
See Java Language Specification:
14.11 The switch Statement
Since:
1.6