public class CGNativeOperationCallExpImpl extends CGOperationCallExpImpl implements CGNativeOperationCallExp
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) |
Method |
getMethod() |
boolean |
isBoxed()
Return true if this value is a boxed value.
|
boolean |
isEcore()
Return true if this value is an Ecore value.
|
boolean |
isThisIsSelf() |
boolean |
isUnboxed()
Return true if this value is an unboxed value.
|
void |
setMethod(Method newMethod) |
void |
setThisIsSelf(boolean newThisIsSelf) |
String |
toString() |
eInverseRemove, getArguments, getReferredOperation, isEquivalentToInternal, isNonInvalid, isNonNull, isNull, setReferredOperationbasicSetSource, 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, rewriteAs, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNameeBasicSetContainer, getChildren, getParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetArguments, getReferredOperation, setReferredOperationgetSource, 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, setNamepublic Method getMethod()
getMethod in interface CGNativeOperationCallExpCGNativeOperationCallExp.setMethod(Method),
CGModelPackage.getCGNativeOperationCallExp_Method()public void setMethod(Method newMethod)
setMethod in interface CGNativeOperationCallExpnewMethod - the new value of the 'Method' attribute.CGNativeOperationCallExp.getMethod()public boolean isThisIsSelf()
isThisIsSelf in interface CGNativeOperationCallExpCGNativeOperationCallExp.setThisIsSelf(boolean),
CGModelPackage.getCGNativeOperationCallExp_ThisIsSelf()public void setThisIsSelf(boolean newThisIsSelf)
setThisIsSelf in interface CGNativeOperationCallExpnewThisIsSelf - the new value of the 'This Is Self' attribute.CGNativeOperationCallExp.isThisIsSelf()public String toString()
toString in class CGOperationCallExpImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CGOperationCallExpImplpublic void eSet(int featureID,
Object newValue)
eSet in class CGOperationCallExpImplpublic void eUnset(int featureID)
eUnset in class CGOperationCallExpImplpublic boolean eIsSet(int featureID)
eIsSet in class CGOperationCallExpImplpublic <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 CGValuedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.