org.eclipse.xtext.xbase
Interface XUnaryOperation

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, XAbstractFeatureCall, XExpression
All Known Implementing Classes:
XUnaryOperationImpl, XUnaryOperationImplCustom

public interface XUnaryOperation
extends XAbstractFeatureCall

A representation of the model object 'XUnary Operation'.

The following features are supported:

See Also:
XbasePackage.getXUnaryOperation()
EMF generated code
EMF model element

Method Summary
 XExpression getOperand()
          Returns the value of the 'Operand' containment reference
 void setOperand(XExpression value)
          Sets the value of the 'Operand' containment reference
 
Methods inherited from interface org.eclipse.xtext.xbase.XAbstractFeatureCall
getConcreteSyntaxFeatureName, getExplicitArguments, getFeature, getImplicitReceiver, getInvalidFeatureIssueCode, getTypeArguments, isValidFeature, setFeature, setImplicitReceiver, setInvalidFeatureIssueCode
 
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
 

Method Detail

getOperand

XExpression getOperand()
Returns the value of the 'Operand' containment reference.

If the meaning of the 'Operand' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operand' containment reference.
See Also:
setOperand(XExpression), XbasePackage.getXUnaryOperation_Operand()
EMF generated code
EMF model element
containment="true"

setOperand

void setOperand(XExpression value)
Sets the value of the 'Operand' containment reference.

Parameters:
value - the new value of the 'Operand' containment reference.
See Also:
getOperand()
EMF generated code