Interface Stmt
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StmtImpl
public interface Stmt
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Stmt'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAlt()Returns the value of the 'Alt' containment reference.getCtn()Returns the value of the 'Ctn' containment reference.de.uni_hildesheim.sse.vil.expressions.expressionDsl.ExpressionStatementReturns the value of the 'Expr Stmt' containment reference.getFlush()Returns the value of the 'Flush' attribute.getLoop()Returns the value of the 'Loop' containment reference.getMulti()Returns the value of the 'Multi' containment reference.Returns the value of the 'Switch' containment reference.de.uni_hildesheim.sse.vil.expressions.expressionDsl.VariableDeclarationgetVar()Returns the value of the 'Var' containment reference.getWhile()Returns the value of the 'While' containment reference.voidsetAlt(Alternative value) Sets the value of the 'Alt' containment reference.voidSets the value of the 'Ctn' containment reference.voidsetExprStmt(de.uni_hildesheim.sse.vil.expressions.expressionDsl.ExpressionStatement value) Sets the value of the 'Expr Stmt' containment reference.voidSets the value of the 'Flush' attribute.voidSets the value of the 'Loop' containment reference.voidsetMulti(multiselect value) Sets the value of the 'Multi' containment reference.voidSets the value of the 'Switch' containment reference.voidsetVar(de.uni_hildesheim.sse.vil.expressions.expressionDsl.VariableDeclaration value) Sets the value of the 'Var' containment reference.voidSets the value of the 'While' 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
-
getVar
de.uni_hildesheim.sse.vil.expressions.expressionDsl.VariableDeclaration getVar()Returns the value of the 'Var' containment reference.- Returns:
- the value of the 'Var' containment reference.
- See Also:
-
setVar
void setVar(de.uni_hildesheim.sse.vil.expressions.expressionDsl.VariableDeclaration value) Sets the value of the 'Var' containment reference.- Parameters:
value- the new value of the 'Var' containment reference.- See Also:
-
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:
-
getSwitch
Switch getSwitch()Returns the value of the 'Switch' containment reference.- Returns:
- the value of the 'Switch' containment reference.
- See Also:
-
setSwitch
Sets the value of the 'Switch' containment reference.- Parameters:
value- the new value of the 'Switch' containment reference.- See Also:
-
getMulti
multiselect getMulti()Returns the value of the 'Multi' containment reference.- Returns:
- the value of the 'Multi' containment reference.
- See Also:
-
setMulti
Sets the value of the 'Multi' containment reference.- Parameters:
value- the new value of the 'Multi' containment reference.- See Also:
-
getLoop
Loop getLoop()Returns the value of the 'Loop' containment reference.- Returns:
- the value of the 'Loop' containment reference.
- See Also:
-
setLoop
Sets the value of the 'Loop' containment reference.- Parameters:
value- the new value of the 'Loop' containment reference.- See Also:
-
getWhile
While getWhile()Returns the value of the 'While' containment reference.- Returns:
- the value of the 'While' containment reference.
- See Also:
-
setWhile
Sets the value of the 'While' containment reference.- Parameters:
value- the new value of the 'While' containment reference.- See Also:
-
getExprStmt
de.uni_hildesheim.sse.vil.expressions.expressionDsl.ExpressionStatement getExprStmt()Returns the value of the 'Expr Stmt' containment reference.- Returns:
- the value of the 'Expr Stmt' containment reference.
- See Also:
-
setExprStmt
void setExprStmt(de.uni_hildesheim.sse.vil.expressions.expressionDsl.ExpressionStatement value) Sets the value of the 'Expr Stmt' containment reference.- Parameters:
value- the new value of the 'Expr Stmt' containment reference.- See Also:
-
getCtn
Content getCtn()Returns the value of the 'Ctn' containment reference.- Returns:
- the value of the 'Ctn' containment reference.
- See Also:
-
setCtn
Sets the value of the 'Ctn' containment reference.- Parameters:
value- the new value of the 'Ctn' containment reference.- See Also:
-
getFlush
String getFlush()Returns the value of the 'Flush' attribute.- Returns:
- the value of the 'Flush' attribute.
- See Also:
-
setFlush
Sets the value of the 'Flush' attribute.- Parameters:
value- the new value of the 'Flush' attribute.- See Also:
-