public class CGExecutorPropertyCallExpImpl extends CGPropertyCallExpImpl implements CGExecutorPropertyCallExp
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) |
CGExecutorProperty |
getExecutorProperty() |
boolean |
isBoxed()
Return true if this value is a boxed value.
|
boolean |
isEcore()
Return true if this value is an Ecore value.
|
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 |
setExecutorProperty(CGExecutorProperty newExecutorProperty) |
getReferredProperty, isEquivalentToInternal, isNonInvalid, isNonNull, isNull, setReferredProperty, toStringbasicSetSource, eInverseRemove, getSource, isGlobal, isInvalidating, isValidating, setInvalidating, setSource, setValidatinggetDependsOn, getEcoreClassifier, getInvalidValue, getNamedValue, getOwns, getPlace, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isCaught, isCommonable, isConstant, isContext, isEquivalentTo, isFalse, isInlined, isInvalid, isSettable, isTrue, isUncommonable, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNameeBasicSetContainer, getChildren, getParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetReferredProperty, setReferredPropertygetSource, isInvalidating, isValidating, setInvalidating, setSource, setValidatinggetDependsOn, getEcoreClassifier, getInvalidValue, getNamedValue, getOwns, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isCaught, isCommonable, isConstant, isEquivalentTo, isEquivalentToInternal, isFalse, isGlobal, isInlined, isInvalid, isNonInvalid, isNonNull, isNull, isSettable, isTrue, isUncommonable, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNamegetChildren, getParent, getPlace, isContextpublic CGExecutorProperty getExecutorProperty()
getExecutorProperty in interface CGExecutorPropertyCallExpCGExecutorPropertyCallExp.setExecutorProperty(CGExecutorProperty),
CGModelPackage.getCGExecutorPropertyCallExp_ExecutorProperty()public void setExecutorProperty(CGExecutorProperty newExecutorProperty)
setExecutorProperty in interface CGExecutorPropertyCallExpnewExecutorProperty - the new value of the 'Executor Property' reference.CGExecutorPropertyCallExp.getExecutorProperty()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CGNavigationCallExpImplpublic void eSet(int featureID,
Object newValue)
eSet in class CGNavigationCallExpImplpublic void eUnset(int featureID)
eUnset in class CGNavigationCallExpImplpublic boolean eIsSet(int featureID)
eIsSet in class CGNavigationCallExpImplpublic <R> R accept(CGModelVisitor<R> visitor)
accept in interface CGElementaccept in class CGElementImplpublic boolean isBoxed()
isBoxed in interface CGValuedElementisBoxed in class CGValuedElementImplpublic boolean isEcore()
isEcore in interface CGValuedElementisEcore 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.