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
    Instruction getExp()
    Returns the value of the 'Exp' containment reference.
    void setExp​(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, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver