|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CatchClause
A representation of the model object 'Catch Clause'.
The following features are supported:
JavaPackage.getCatchClause()| Method Summary | |
|---|---|
Block |
getBody()
Returns the value of the 'Body' containment reference. |
SingleVariableDeclaration |
getException()
Returns the value of the 'Exception' containment reference. |
void |
setBody(Block value)
Sets the value of the ' Body' containment reference. |
void |
setException(SingleVariableDeclaration value)
Sets the value of the ' Exception' containment reference. |
| Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
|---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
| Method Detail |
|---|
SingleVariableDeclaration getException()
Catch Clause'.
If the meaning of the 'Exception' containment reference isn't clear, there really should be more of a description here...
setException(SingleVariableDeclaration),
JavaPackage.getCatchClause_Exception(),
SingleVariableDeclaration.getCatchClause()void setException(SingleVariableDeclaration value)
Exception' containment reference.
value - the new value of the 'Exception' containment reference.getException()Block getBody()
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(Block),
JavaPackage.getCatchClause_Body()void setBody(Block value)
Body' containment reference.
value - the new value of the 'Body' containment reference.getBody()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||