Interface ExpressionStatement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExpressionStatementImpl
public interface ExpressionStatement
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Expression Statement'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetExpr()Returns the value of the 'Expr' containment reference.getField()Returns the value of the 'Field' attribute.getVar()Returns the value of the 'Var' attribute.voidsetExpr(Expression value) Sets the value of the 'Expr' containment reference.voidSets the value of the 'Field' attribute.voidSets the value of the 'Var' attribute.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
String getVar()Returns the value of the 'Var' attribute.- Returns:
- the value of the 'Var' attribute.
- See Also:
-
setVar
Sets the value of the 'Var' attribute.- Parameters:
value- the new value of the 'Var' attribute.- See Also:
-
getField
String getField()Returns the value of the 'Field' attribute.- Returns:
- the value of the 'Field' attribute.
- See Also:
-
setField
Sets the value of the 'Field' attribute.- Parameters:
value- the new value of the 'Field' attribute.- See Also:
-
getExpr
Expression getExpr()Returns the value of the 'Expr' containment reference.- Returns:
- the value of the 'Expr' containment reference.
- See Also:
-
setExpr
Sets the value of the 'Expr' containment reference.- Parameters:
value- the new value of the 'Expr' containment reference.- See Also:
-