public class CGLetExpImpl extends CGValuedElementImpl implements CGLetExp
| 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 |
basicSetIn(CGValuedElement newIn,
NotificationChain msgs) |
NotificationChain |
basicSetInit(CGVariable newInit,
NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
EClassifier |
getEcoreClassifier()
Return a non-null EClassifier if this value has a known EClassifier to define its instance class.
|
CGValuedElement |
getIn() |
CGVariable |
getInit() |
CGValuedElement |
getNamedValue()
Return the CGValuedElement that provides the name of a declaration from which the value of this CGValuedElement may be obtained.
|
AbstractPlace |
getPlace(Map<CGElement,AbstractPlace> element2place)
Returns the place for this element, updating and reusing element2place as required.
|
CGValuedElement |
getReferredValue()
Return the CGValuedElement to which the value of this CGValuedElement delegates.
|
CGValuedElement |
getSourceValue()
Return the CGValuedElement which is the source of the information value of this element.
|
CGValuedElement |
getTypedValue()
Return the CGValuedElement that provides the narrowest type declaration from which the type of this CGValuedElement may be obtained.
|
String |
getValueName()
Return the declared name value of this element.
|
boolean |
isBoxed()
Return true if this value is a boxed value.
|
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.
|
void |
setIn(CGValuedElement newIn) |
void |
setInit(CGVariable newInit) |
getDependsOn, getInvalidValue, getOwns, getThisValue, isAssertedNonNull, isCaught, isCommonable, isConstant, isContext, isEquivalentTo, isFalse, isInlined, isInvalid, isNonInvalid, isNonNull, isNull, isSettable, isTrue, isUncommonable, rewriteAs, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeId, toStringgetAst, getName, setAst, setNameeBasicSetContainer, getChildren, getParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDependsOn, getInvalidValue, getOwns, getThisValue, isAssertedNonNull, isCaught, isCommonable, isConstant, isEquivalentTo, isFalse, isInlined, isInvalid, isNonInvalid, isNonNull, isNull, isSettable, isTrue, isUncommonable, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNamegetChildren, getParent, isContext, rewriteAspublic CGVariable getInit()
getInit in interface CGLetExpCGLetExp.setInit(CGVariable),
CGModelPackage.getCGLetExp_Init()public NotificationChain basicSetInit(CGVariable newInit, NotificationChain msgs)
public void setInit(CGVariable newInit)
setInit in interface CGLetExpnewInit - the new value of the 'Init' containment reference.CGLetExp.getInit()public CGValuedElement getIn()
getIn in interface CGLetExpCGLetExp.setIn(CGValuedElement),
CGModelPackage.getCGLetExp_In()public NotificationChain basicSetIn(CGValuedElement newIn, NotificationChain msgs)
public void setIn(CGValuedElement newIn)
setIn in interface CGLetExpnewIn - the new value of the 'In' containment reference.CGLetExp.getIn()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class CGValuedElementImplpublic 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 EClassifier getEcoreClassifier()
getEcoreClassifier in interface CGValuedElementgetEcoreClassifier in class CGValuedElementImplpublic AbstractPlace getPlace(Map<CGElement,AbstractPlace> element2place)
getPlace in interface CGElementgetPlace in class CGValuedElementImplpublic CGValuedElement getReferredValue()
getReferredValue in interface CGValuedElementgetReferredValue in class CGValuedElementImplpublic CGValuedElement getSourceValue()
getSourceValue in interface CGValuedElementgetSourceValue in class CGValuedElementImplpublic CGValuedElement getNamedValue()
getNamedValue in interface CGValuedElementgetNamedValue in class CGValuedElementImplpublic CGValuedElement getTypedValue()
getTypedValue in interface CGValuedElementgetTypedValue in class CGValuedElementImplpublic String getValueName()
getValueName in interface CGValuedElementgetValueName in class CGValuedElementImplpublic boolean isBoxed()
isBoxed in interface CGValuedElementisBoxed 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 CGValuedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.