org.eclipse.xtext.xbase
Interface XAssignment

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

public interface XAssignment
extends XAbstractFeatureCall

A representation of the model object 'XAssignment'.

The following features are supported:

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

Method Summary
 XExpression getAssignable()
          Returns the value of the 'Assignable' containment reference
 XExpression getValue()
          Returns the value of the 'Value' containment reference
 void setAssignable(XExpression value)
          Sets the value of the 'Assignable' containment reference
 void setValue(XExpression value)
          Sets the value of the 'Value' 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

getAssignable

XExpression getAssignable()
Returns the value of the 'Assignable' containment reference.

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

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

setAssignable

void setAssignable(XExpression value)
Sets the value of the 'Assignable' containment reference.

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

getValue

XExpression getValue()
Returns the value of the 'Value' containment reference.

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

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

setValue

void setValue(XExpression value)
Sets the value of the 'Value' containment reference.

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