|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Compiler Tree API | |||||||||
| 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.source.tree.Tree |
|---|
Tree.Kind |
| Method Summary | |
|---|---|
BlockTree |
getBlock()
|
VariableTree |
getParameter()
|
| Methods inherited from interface com.sun.source.tree.Tree |
|---|
accept, getKind |
| Method Detail |
|---|
VariableTree getParameter()
BlockTree getBlock()
|
Compiler Tree API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||