langtools/src/jdk.compiler/share/classes/com/sun/source/tree/TryTree.java
changeset 34916 16043fc1d90b
parent 25874 83c19f00452c
equal deleted inserted replaced
34915:59702366d897 34916:16043fc1d90b
    43  *
    43  *
    44  * @author Peter von der Ahé
    44  * @author Peter von der Ahé
    45  * @author Jonathan Gibbons
    45  * @author Jonathan Gibbons
    46  * @since 1.6
    46  * @since 1.6
    47  */
    47  */
    48 @jdk.Exported
       
    49 public interface TryTree extends StatementTree {
    48 public interface TryTree extends StatementTree {
    50     /**
    49     /**
    51      * Returns the block of the {@code try} statement.
    50      * Returns the block of the {@code try} statement.
    52      * @return the block
    51      * @return the block
    53      */
    52      */