equal
deleted
inserted
replaced
41 * |
41 * |
42 * @author Peter von der Ahé |
42 * @author Peter von der Ahé |
43 * @author Jonathan Gibbons |
43 * @author Jonathan Gibbons |
44 * @since 1.6 |
44 * @since 1.6 |
45 */ |
45 */ |
46 @jdk.Exported |
|
47 public interface SwitchTree extends StatementTree { |
46 public interface SwitchTree extends StatementTree { |
48 /** |
47 /** |
49 * Returns the expression for the {@code switch} statement. |
48 * Returns the expression for the {@code switch} statement. |
50 * @return the expression |
49 * @return the expression |
51 */ |
50 */ |