public class CGIsKindOfExpImpl extends CGCallExpImpl implements CGIsKindOfExp
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) |
CGExecutorType |
getExecutorType() |
CGInvalid |
getInvalidValue()
Return a non-null invalid value if this value is invalid.
|
boolean |
isBoxed()
Return true if this value is a boxed value.
|
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 |
isFalse()
Return true if this value is false.
|
boolean |
isInlined()
Return true if this value is inlined and so has no local or global declaration.
|
boolean |
isNonInvalid()
Return true if this value is false.
|
boolean |
isNonNull()
Return true if this value is not null.
|
boolean |
isNull()
Return true if this value is null.
|
boolean |
isTrue()
Return true if this value is true.
|
boolean |
isUnboxed()
Return true if this value is an unboxed value.
|
void |
setExecutorType(CGExecutorType newExecutorType) |
basicSetSource, eInverseRemove, getSource, isEquivalentToInternal, isGlobal, isInvalidating, isValidating, setInvalidating, setSource, setValidating, toStringgetDependsOn, getEcoreClassifier, getNamedValue, getOwns, getPlace, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isCaught, isCommonable, isContext, isEquivalentTo, isInvalid, isSettable, isUncommonable, rewriteAs, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNameeBasicSetContainer, getChildren, getParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSource, isInvalidating, isValidating, setInvalidating, setSource, setValidatinggetDependsOn, getEcoreClassifier, getNamedValue, getOwns, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isCaught, isCommonable, isEquivalentTo, isEquivalentToInternal, isGlobal, isInvalid, isSettable, isUncommonable, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNamepublic CGExecutorType getExecutorType()
getExecutorType in interface CGIsKindOfExpCGIsKindOfExp.setExecutorType(CGExecutorType),
CGModelPackage.getCGIsKindOfExp_ExecutorType()public void setExecutorType(CGExecutorType newExecutorType)
setExecutorType in interface CGIsKindOfExpnewExecutorType - the new value of the 'Executor Type' reference.CGIsKindOfExp.getExecutorType()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CGCallExpImplpublic void eSet(int featureID,
Object newValue)
eSet in class CGCallExpImplpublic void eUnset(int featureID)
eUnset in class CGCallExpImplpublic boolean eIsSet(int featureID)
eIsSet in class CGCallExpImplpublic <R> R accept(CGModelVisitor<R> visitor)
accept in interface CGElementaccept in class CGElementImplpublic CGInvalid getInvalidValue()
getInvalidValue in interface CGValuedElementgetInvalidValue in class CGValuedElementImplpublic boolean isBoxed()
isBoxed in interface CGValuedElementisBoxed in class CGValuedElementImplpublic boolean isConstant()
isConstant in interface CGValuedElementisConstant in class CGValuedElementImplpublic boolean isEcore()
isEcore in interface CGValuedElementisEcore in class CGValuedElementImplpublic boolean isFalse()
isFalse in interface CGValuedElementisFalse in class CGValuedElementImplpublic boolean isInlined()
isInlined in interface CGValuedElementisInlined in class CGValuedElementImplpublic boolean isNonInvalid()
isNonInvalid in interface CGValuedElementisNonInvalid in class CGValuedElementImplpublic boolean isNonNull()
isNonNull in interface CGValuedElementisNonNull in class CGValuedElementImplpublic boolean isNull()
isNull in interface CGValuedElementisNull in class CGValuedElementImplpublic boolean isTrue()
isTrue in interface CGValuedElementisTrue in class CGValuedElementImplpublic boolean isUnboxed()
isUnboxed in interface CGValuedElementisUnboxed in class CGValuedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.