|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CatchTree
A tree node for a 'catch' block in a 'try' statement. For example:
catch ( parameter )
block
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.sun.javafx.api.tree.Tree |
|---|
Tree.JavaFXKind |
| Method Summary | |
|---|---|
BlockExpressionTree |
getBlock()
|
VariableTree |
getParameter()
|
| Methods inherited from interface com.sun.javafx.api.tree.Tree |
|---|
accept, getJavaFXKind, isMissing |
| Method Detail |
|---|
VariableTree getParameter()
BlockExpressionTree getBlock()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||