|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DoStatement
A representation of the model object 'Do Statement'.
The following features are supported:
JavaPackage.getDoStatement()
Method Summary | |
---|---|
Statement |
getBody()
Returns the value of the 'Body' containment reference. |
Expression |
getExpression()
Returns the value of the 'Expression' containment reference. |
void |
setBody(Statement value)
Sets the value of the ' Body ' containment reference. |
void |
setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Method Detail |
---|
Expression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(Expression)
,
JavaPackage.getDoStatement_Expression()
void setExpression(Expression value)
Expression
' containment reference.
value
- the new value of the 'Expression' containment reference.getExpression()
Statement getBody()
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(Statement)
,
JavaPackage.getDoStatement_Body()
void setBody(Statement 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 |