Interface Alternative
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AlternativeImpl
public interface Alternative
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Alternative'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetElse()Returns the value of the 'Else' containment reference.Returns the value of the 'Else Block' containment reference.de.uni_hildesheim.sse.vil.expressions.expressionDsl.ExpressiongetExpr()Returns the value of the 'Expr' containment reference.getIf()Returns the value of the 'If' containment reference.Returns the value of the 'If Block' containment reference.voidSets the value of the 'Else' containment reference.voidsetElseBlock(StmtBlock value) Sets the value of the 'Else Block' containment reference.voidsetExpr(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression value) Sets the value of the 'Expr' containment reference.voidSets the value of the 'If' containment reference.voidsetIfBlock(StmtBlock value) Sets the value of the 'If Block' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getExpr
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression getExpr()Returns the value of the 'Expr' containment reference.- Returns:
- the value of the 'Expr' containment reference.
- See Also:
-
setExpr
void setExpr(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression value) Sets the value of the 'Expr' containment reference.- Parameters:
value- the new value of the 'Expr' containment reference.- See Also:
-
getIf
Stmt getIf()Returns the value of the 'If' containment reference.- Returns:
- the value of the 'If' containment reference.
- See Also:
-
setIf
Sets the value of the 'If' containment reference.- Parameters:
value- the new value of the 'If' containment reference.- See Also:
-
getIfBlock
StmtBlock getIfBlock()Returns the value of the 'If Block' containment reference.- Returns:
- the value of the 'If Block' containment reference.
- See Also:
-
setIfBlock
Sets the value of the 'If Block' containment reference.- Parameters:
value- the new value of the 'If Block' containment reference.- See Also:
-
getElse
Stmt getElse()Returns the value of the 'Else' containment reference.- Returns:
- the value of the 'Else' containment reference.
- See Also:
-
setElse
Sets the value of the 'Else' containment reference.- Parameters:
value- the new value of the 'Else' containment reference.- See Also:
-
getElseBlock
StmtBlock getElseBlock()Returns the value of the 'Else Block' containment reference.- Returns:
- the value of the 'Else Block' containment reference.
- See Also:
-
setElseBlock
Sets the value of the 'Else Block' containment reference.- Parameters:
value- the new value of the 'Else Block' containment reference.- See Also:
-