public class CGShadowPartImpl extends CGValuedElementImpl implements CGShadowPart
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(CGModelVisitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
NotificationChain |
basicSetInit(CGValuedElement newInit,
NotificationChain msgs) |
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
CGExecutorShadowPart |
getExecutorPart() |
CGValuedElement |
getInit() |
CGShadowExp |
getShadowExp() |
boolean |
isBoxed()
Return true if this value is a boxed value.
|
boolean |
isCommonable()
Return true if this value can be shared as part of a Common Subexpression.
|
boolean |
isConstant()
Return true if this value is a local constant (dependent of the user type system).
|
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 |
isUnboxed()
Return true if this value is an unboxed value.
|
boolean |
rewriteAs(CGValuedElement oldValue,
CGValuedElement newValue)
Rewrite the reference to oldValue by newValue.
|
void |
setExecutorPart(CGExecutorShadowPart newExecutorPart) |
void |
setInit(CGValuedElement newInit) |
getDependsOn, getEcoreClassifier, getInvalidValue, getNamedValue, getOwns, getPlace, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isCaught, isContext, isEquivalentTo, isFalse, isInlined, isInvalid, isNonInvalid, isNonNull, isNull, isSettable, isTrue, isUncommonable, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeId, toStringgetAst, getName, setAst, setNameeBasicSetContainer, getChildren, getParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDependsOn, getEcoreClassifier, getInvalidValue, getNamedValue, getOwns, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isCaught, isEquivalentTo, isFalse, isInlined, isInvalid, isNonInvalid, isNonNull, isNull, isSettable, isTrue, isUncommonable, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNamegetChildren, getParent, getPlace, isContextpublic CGValuedElement getInit()
getInit in interface CGShadowPartCGShadowPart.setInit(CGValuedElement),
CGModelPackage.getCGShadowPart_Init()public NotificationChain basicSetInit(CGValuedElement newInit, NotificationChain msgs)
public void setInit(CGValuedElement newInit)
setInit in interface CGShadowPartnewInit - the new value of the 'Init' containment reference.CGShadowPart.getInit()public CGShadowExp getShadowExp()
getShadowExp in interface CGShadowPartCGModelPackage.getCGShadowPart_ShadowExp(),
CGShadowExp.getParts()public CGExecutorShadowPart getExecutorPart()
getExecutorPart in interface CGShadowPartCGShadowPart.setExecutorPart(CGExecutorShadowPart),
CGModelPackage.getCGShadowPart_ExecutorPart()public void setExecutorPart(CGExecutorShadowPart newExecutorPart)
setExecutorPart in interface CGShadowPartnewExecutorPart - the new value of the 'Executor Part' reference.CGShadowPart.getExecutorPart()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class CGValuedElementImplpublic NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
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 <R> R accept(CGModelVisitor<R> visitor)
accept in interface CGElementaccept in class CGElementImplpublic boolean isBoxed()
isBoxed in interface CGValuedElementisBoxed in class CGValuedElementImplpublic boolean isCommonable()
isCommonable in interface CGValuedElementisCommonable in class CGValuedElementImplpublic boolean isConstant()
isConstant in interface CGValuedElementisConstant 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 isUnboxed()
isUnboxed in interface CGValuedElementisUnboxed in class CGValuedElementImplpublic boolean rewriteAs(CGValuedElement oldValue, CGValuedElement newValue)
rewriteAs in interface CGElementrewriteAs in class CGValuedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.