langtools/src/jdk.compiler/share/classes/com/sun/source/tree/SwitchTree.java
changeset 34916 16043fc1d90b
parent 25874 83c19f00452c
equal deleted inserted replaced
34915:59702366d897 34916:16043fc1d90b
    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      */