public class CGElementIdImpl extends CGConstantImpl implements CGElementId
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.
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
Object |
getConstantValue()
Return the constant (boxed) value of this element.
|
ElementId |
getElementId() |
boolean |
isCommonable()
Return true if this value can be shared as part of a Common Subexpression.
|
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 |
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 |
setElementId(ElementId newElementId) |
String |
toString() |
getInvalidValue, isBoxed, isConstant, isFalse, isGlobal, isInlined, isNonInvalid, isNonNull, isNull, isTrueeInverseRemove, getDependsOn, getEcoreClassifier, getNamedValue, getOwns, getPlace, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isCaught, isContext, isEquivalentTo, isInvalid, isSettable, rewriteAs, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNameeBasicSetContainer, getChildren, getParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDependsOn, getEcoreClassifier, getInvalidValue, getNamedValue, getOwns, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isBoxed, isCaught, isConstant, isEquivalentTo, isFalse, isGlobal, isInlined, isInvalid, isNonInvalid, isNonNull, isNull, isSettable, isTrue, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNamepublic ElementId getElementId()
getElementId in interface CGElementIdCGElementId.setElementId(ElementId),
CGModelPackage.getCGElementId_ElementId()public void setElementId(ElementId newElementId)
setElementId in interface CGElementIdnewElementId - the new value of the 'Element Id' attribute.CGElementId.getElementId()public String toString()
toString in class CGTypedElementImplpublic 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 Object getConstantValue()
getConstantValue in interface CGConstantpublic boolean isCommonable()
isCommonable in interface CGValuedElementisCommonable in class CGConstantImplpublic boolean isEcore()
isEcore in interface CGValuedElementisEcore in class CGConstantImplpublic Boolean isEquivalentToInternal(CGValuedElement thatValue)
isEquivalentToInternal in interface CGValuedElementpublic boolean isUnboxed()
isUnboxed in interface CGValuedElementisUnboxed in class CGConstantImplpublic boolean isUncommonable()
isUncommonable in interface CGValuedElementisUncommonable in class CGValuedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.