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