public abstract class CGExecutorPropertyImpl extends CGValuedElementImpl implements CGExecutorProperty
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
CGInvalid |
getInvalidValue()
Return a non-null invalid value if this value is invalid.
|
CGElementId |
getUnderlyingPropertyId() |
boolean |
isBoxed()
Return true if this value is a boxed value.
|
boolean |
isCaught()
Returns true if any exception associated with this value has been caught and consequently the value may be an InvalidValueException.
|
boolean |
isConstant()
Return true if this value is a local constant (dependent of the user type system).
|
boolean |
isContext()
Returns true if this node may have its own symbol name context.
|
boolean |
isEcore()
Return true if this value is an Ecore value.
|
Boolean |
isEquivalentToInternal(CGValuedElement thatValue)
Provided that thatValue does not delegate its equivalence computation, return true/false if this value can be determined to have deep value equivalence/inequivalence to thatValue, null if no determination can be made.
|
boolean |
isGlobal()
Return true if this value is a global constant (independent of the user type system).
|
boolean |
isInlined()
Return true if this value is inlined and so has no local or global declaration.
|
boolean |
isNonInvalid()
Return true if this value is false.
|
boolean |
isNonNull()
Return true if this value is not null.
|
boolean |
isNull()
Return true if this value is null.
|
boolean |
isUnboxed()
Return true if this value is an unboxed value.
|
boolean |
isUncommonable()
Return true if this value does not have to be shared as part of a Common Subexpression.
|
void |
setCaught(boolean isCaught)
Set the caught status.
|
void |
setUnderlyingPropertyId(CGElementId newUnderlyingPropertyId) |
eInverseRemove, getDependsOn, getEcoreClassifier, getNamedValue, getOwns, getPlace, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isCommonable, isEquivalentTo, isFalse, isInvalid, isSettable, isTrue, rewriteAs, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeId, toStringgetAst, getName, setAst, setNameaccept, eBasicSetContainer, getChildren, getParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDependsOn, getEcoreClassifier, getNamedValue, getOwns, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isCommonable, isEquivalentTo, isFalse, isInvalid, isSettable, isTrue, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNamepublic CGElementId getUnderlyingPropertyId()
getUnderlyingPropertyId in interface CGExecutorPropertyCGExecutorProperty.setUnderlyingPropertyId(CGElementId),
CGModelPackage.getCGExecutorProperty_UnderlyingPropertyId()public void setUnderlyingPropertyId(CGElementId newUnderlyingPropertyId)
setUnderlyingPropertyId in interface CGExecutorPropertynewUnderlyingPropertyId - the new value of the 'Underlying Property Id' reference.CGExecutorProperty.getUnderlyingPropertyId()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CGValuedElementImplpublic void eSet(int featureID,
Object newValue)
eSet in class CGValuedElementImplpublic void eUnset(int featureID)
eUnset in class CGValuedElementImplpublic boolean eIsSet(int featureID)
eIsSet in class CGValuedElementImplpublic CGInvalid getInvalidValue()
getInvalidValue in interface CGValuedElementgetInvalidValue in class CGValuedElementImplpublic boolean isBoxed()
isBoxed in interface CGValuedElementisBoxed in class CGValuedElementImplpublic boolean isCaught()
isCaught in interface CGValuedElementisCaught in class CGValuedElementImplpublic boolean isConstant()
isConstant in interface CGValuedElementisConstant in class CGValuedElementImplpublic boolean isContext()
isContext in interface CGElementisContext in class CGValuedElementImplpublic boolean isEcore()
isEcore in interface CGValuedElementisEcore in class CGValuedElementImplpublic Boolean isEquivalentToInternal(CGValuedElement thatValue)
isEquivalentToInternal in interface CGValuedElementpublic boolean isGlobal()
isGlobal in interface CGValuedElementisGlobal in class CGValuedElementImplpublic boolean isInlined()
isInlined in interface CGValuedElementisInlined in class CGValuedElementImplpublic boolean isNonInvalid()
isNonInvalid in interface CGValuedElementisNonInvalid in class CGValuedElementImplpublic boolean isNonNull()
isNonNull in interface CGValuedElementisNonNull in class CGValuedElementImplpublic boolean isNull()
isNull in interface CGValuedElementisNull in class CGValuedElementImplpublic boolean isUnboxed()
isUnboxed in interface CGValuedElementisUnboxed in class CGValuedElementImplpublic boolean isUncommonable()
isUncommonable in interface CGValuedElementisUncommonable in class CGValuedElementImplpublic void setCaught(boolean isCaught)
setCaught in interface CGValuedElementsetCaught in class CGValuedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.