Package fr.inria.atlanmod.mogwai.gremlin
Interface UnaryExpression
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Expression,Instruction,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
NotExpression
- All Known Implementing Classes:
NotExpressionImpl,UnaryExpressionImpl
public interface UnaryExpression extends Expression
A representation of the model object 'Unary Expression'.
The following features are supported:
- See Also:
GremlinPackage.getUnaryExpression()
-
Method Summary
Modifier and Type Method Description InstructiongetExp()Returns the value of the 'Exp' containment reference.voidsetExp(Instruction value)Sets the value of the 'Exp' 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
-
getExp
Instruction getExp()Returns the value of the 'Exp' containment reference.- Returns:
- the value of the 'Exp' containment reference.
- See Also:
setExp(Instruction),GremlinPackage.getUnaryExpression_Exp()
-
setExp
Sets the value of the 'Exp' containment reference.- Parameters:
value- the new value of the 'Exp' containment reference.- See Also:
getExp()
-