com.sun.javafx.api.tree
Interface TryTree
- All Superinterfaces:
- ExpressionTree, Tree
public interface TryTree
- extends ExpressionTree
A tree node for a 'try' statement.
For example:
try
block
catches
finally
finallyBlock
- Since:
- 1.6
- See Also:
- "The Java Language Specification, 3rd ed, section 14.20"
| Nested classes/interfaces inherited from interface com.sun.javafx.api.tree.Tree |
Tree.JavaFXKind |
getBlock
BlockExpressionTree getBlock()
getCatches
java.util.List<? extends CatchTree> getCatches()
getFinallyBlock
BlockExpressionTree getFinallyBlock()