Interface ExpressionStatement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,de.uni_hildesheim.sse.vil.expressions.expressionDsl.ExpressionStatement,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExpressionStatementImpl
public interface ExpressionStatement
extends de.uni_hildesheim.sse.vil.expressions.expressionDsl.ExpressionStatement
A representation of the model object 'Expression Statement'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAlt()Returns the value of the 'Alt' containment reference.voidsetAlt(Alternative value) Sets the value of the 'Alt' 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 de.uni_hildesheim.sse.vil.expressions.expressionDsl.ExpressionStatement
getExpr, getField, getVar, setExpr, setField, setVarMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAlt
Alternative getAlt()Returns the value of the 'Alt' containment reference.- Returns:
- the value of the 'Alt' containment reference.
- See Also:
-
setAlt
Sets the value of the 'Alt' containment reference.- Parameters:
value- the new value of the 'Alt' containment reference.- See Also:
-