public interface XAssignment extends XAbstractFeatureCall
XbasePackage.getXAssignment()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
XExpression |
getAssignable()
Returns the value of the 'Assignable' containment reference
|
XExpression |
getValue()
Returns the value of the 'Value' containment reference
|
boolean |
isExplicitStatic()
Returns the value of the 'Explicit Static' attribute
|
boolean |
isStaticWithDeclaringType()
Returns the value of the 'Static With Declaring Type' attribute
|
void |
setAssignable(XExpression value)
Sets the value of the '
Assignable' containment reference |
void |
setExplicitStatic(boolean value)
Sets the value of the '
Explicit Static' attribute |
void |
setStaticWithDeclaringType(boolean value)
Sets the value of the '
Static With Declaring Type' attribute |
void |
setValue(XExpression value)
Sets the value of the '
Value' containment reference |
getActualArguments, getActualReceiver, getConcreteSyntaxFeatureName, getExplicitArguments, getFeature, getImplicitFirstArgument, getImplicitReceiver, getInvalidFeatureIssueCode, getTypeArguments, isExplicitOperationCallOrBuilderSyntax, isExtension, isOperation, isPackageFragment, isStatic, isTypeLiteral, isValidFeature, setFeature, setImplicitFirstArgument, setImplicitReceiver, setInvalidFeatureIssueCodeXExpression getAssignable()
If the meaning of the 'Assignable' containment reference isn't clear, there really should be more of a description here...
setAssignable(XExpression),
XbasePackage.getXAssignment_Assignable()void setAssignable(XExpression value)
Assignable' containment reference.
value - the new value of the 'Assignable' containment reference.getAssignable()XExpression getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(XExpression),
XbasePackage.getXAssignment_Value()void setValue(XExpression value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()boolean isExplicitStatic()
If the meaning of the 'Explicit Static' attribute isn't clear, there really should be more of a description here...
setExplicitStatic(boolean),
XbasePackage.getXAssignment_ExplicitStatic()void setExplicitStatic(boolean value)
Explicit Static' attribute.
value - the new value of the 'Explicit Static' attribute.isExplicitStatic()boolean isStaticWithDeclaringType()
If the meaning of the 'Static With Declaring Type' attribute isn't clear, there really should be more of a description here...
setStaticWithDeclaringType(boolean),
XbasePackage.getXAssignment_StaticWithDeclaringType()void setStaticWithDeclaringType(boolean value)
Static With Declaring Type' attribute.
value - the new value of the 'Static With Declaring Type' attribute.isStaticWithDeclaringType()