public interface CGCallExp extends CGValuedElement
The following features are supported:
CGModelPackage.getCGCallExp()| Modifier and Type | Method and Description |
|---|---|
CGValuedElement |
getSource()
Returns the value of the 'Source' containment reference.
|
boolean |
isInvalidating()
Returns the value of the 'Invalidating' attribute.
|
boolean |
isValidating()
Returns the value of the 'Validating' attribute.
|
void |
setInvalidating(boolean value)
Sets the value of the '
Invalidating' attribute. |
void |
setSource(CGValuedElement value)
Sets the value of the '
Source' containment reference. |
void |
setValidating(boolean value)
Sets the value of the '
Validating' attribute. |
getDependsOn, getEcoreClassifier, getInvalidValue, getNamedValue, getOwns, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isBoxed, isCaught, isCommonable, isConstant, isEcore, isEquivalentTo, isEquivalentToInternal, isFalse, isGlobal, isInlined, isInvalid, isNonInvalid, isNonNull, isNull, isSettable, isTrue, isUnboxed, isUncommonable, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNameboolean isInvalidating()
"false".
If the meaning of the 'Invalidating' attribute isn't clear, there really should be more of a description here...
Whether this call expression may return an invalid result for non-invalid inputs.setInvalidating(boolean),
CGModelPackage.getCGCallExp_Invalidating()void setInvalidating(boolean value)
Invalidating' attribute.
value - the new value of the 'Invalidating' attribute.isInvalidating()boolean isValidating()
"false".
If the meaning of the 'Validating' attribute isn't clear, there really should be more of a description here...
Whether this call expression may return a non-invalid result for invalid inputs.setValidating(boolean),
CGModelPackage.getCGCallExp_Validating()void setValidating(boolean value)
Validating' attribute.
value - the new value of the 'Validating' attribute.isValidating()CGValuedElement getSource()
If the meaning of the 'Source' containment reference isn't clear, there really should be more of a description here...
The source expression for the call.setSource(CGValuedElement),
CGModelPackage.getCGCallExp_Source()void setSource(CGValuedElement value)
Source' containment reference.
value - the new value of the 'Source' containment reference.getSource()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.