|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IfStatement
A representation of the model object 'If Statement'.
The following features are supported:
MOFScriptModelPackage.getIfStatement()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getElseBranch()
Returns the value of the 'Else Branch' containment reference list. |
Expression |
getIfExpression()
Returns the value of the 'If Expression' containment reference |
void |
setIfExpression(Expression value)
Sets the value of the ' If Expression ' containment reference |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptStatement |
---|
getOwner, setOwner |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptStatementOwner |
---|
getBlocks, getStatements, getVariables |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptObject |
---|
getColumn, getComment, getLine, setColumn, setLine |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
Expression getIfExpression()
If the meaning of the 'If Expression' containment reference isn't clear, there really should be more of a description here...
setIfExpression(Expression)
,
MOFScriptModelPackage.getIfStatement_IfExpression()
void setIfExpression(Expression value)
If Expression
' containment reference.
value
- the new value of the 'If Expression' containment reference.getIfExpression()
org.eclipse.emf.common.util.EList getElseBranch()
IfStatement
.
If the meaning of the 'Else Branch' containment reference list isn't clear, there really should be more of a description here...
MOFScriptModelPackage.getIfStatement_ElseBranch()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |