Package 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'.- Since:
- 2.7
- See Also:
XbasePackage.getXUnaryOperation()- Noextend:
- This interface is not intended to be extended by clients.
- Noimplement:
- This interface is not intended to be implemented by clients.
The following features are supported:
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XExpressiongetOperand()Returns the value of the 'Operand' containment reference.voidsetOperand(XExpression value)Sets the value of the 'Operand' 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
-
Methods inherited from interface org.eclipse.xtext.xbase.XAbstractFeatureCall
getActualArguments, getActualReceiver, getConcreteSyntaxFeatureName, getExplicitArguments, getFeature, getImplicitFirstArgument, getImplicitReceiver, getInvalidFeatureIssueCode, getTypeArguments, isExplicitOperationCallOrBuilderSyntax, isExtension, isOperation, isPackageFragment, isStatic, isTypeLiteral, isValidFeature, setFeature, setImplicitFirstArgument, setImplicitReceiver, setInvalidFeatureIssueCode
-
-
-
-
Method Detail
-
getOperand
XExpression getOperand()
Returns the value of the 'Operand' containment reference.- Returns:
- the value of the 'Operand' containment reference.
- See Also:
setOperand(XExpression),XbasePackage.getXUnaryOperation_Operand()- Model:
- containment="true"
- Generated:
-
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()- Generated:
-
-