|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TryStatement
A representation of the model object 'Try Statement'.
The following features are supported:
JavaPackage.getTryStatement()
Method Summary | |
---|---|
Block |
getBody()
Returns the value of the 'Body' containment reference. |
|
getCatchClauses()
Returns the value of the 'Catch Clauses' containment reference list. |
Block |
getFinally()
Returns the value of the 'Finally' containment reference. |
void |
setBody(Block value)
Sets the value of the ' Body ' containment reference. |
void |
setFinally(Block value)
Sets the value of the ' Finally ' containment reference. |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Method Detail |
---|
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.getTryStatement_Body()
void setBody(Block value)
Body
' containment reference.
value
- the new value of the 'Body' containment reference.getBody()
Block getFinally()
If the meaning of the 'Finally' containment reference isn't clear, there really should be more of a description here...
setFinally(Block)
,
JavaPackage.getTryStatement_Finally()
void setFinally(Block value)
Finally
' containment reference.
value
- the new value of the 'Finally' containment reference.getFinally()
getCatchClauses()
CatchClause
.
If the meaning of the 'Catch Clauses' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getTryStatement_CatchClauses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |