equal
deleted
inserted
replaced
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 */ |