public class CGIsUndefinedExpImpl extends CGCallExpImpl implements CGIsUndefinedExp
| 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.
|
CGInvalid |
getInvalidValue()
Return a non-null invalid value if this value is invalid.
|
CGValuedElement |
getNamedValue()
Return the CGValuedElement that provides the name of a declaration from which the value of this CGValuedElement may be obtained.
|
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.
|
boolean |
isBoxed()
Return true if this value is a boxed value.
|
boolean |
isCaught()
Returns true if any exception associated with this value has been caught and consequently the value may be an InvalidValueException.
|
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 |
setCaught(boolean isCaught)
Set the caught status.
|
basicSetSource, eGet, eInverseRemove, eIsSet, eSet, eUnset, getSource, isEquivalentToInternal, isGlobal, isInvalidating, isValidating, setInvalidating, setSource, setValidating, toStringgetDependsOn, getEcoreClassifier, getOwns, getPlace, getThisValue, getValueName, isAssertedNonNull, isCommonable, isContext, isEquivalentTo, isInvalid, isSettable, isUncommonable, rewriteAs, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNameeBasicSetContainer, getChildren, getParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSource, isInvalidating, isValidating, setInvalidating, setSource, setValidatinggetDependsOn, getEcoreClassifier, getOwns, getThisValue, getValueName, isAssertedNonNull, isCommonable, isEquivalentTo, isEquivalentToInternal, isGlobal, isInvalid, isSettable, isUncommonable, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNamepublic <R> R accept(CGModelVisitor<R> visitor)
accept in interface CGElementaccept in class CGElementImplpublic CGInvalid getInvalidValue()
getInvalidValue in interface CGValuedElementgetInvalidValue in class CGValuedElementImplpublic CGValuedElement getNamedValue()
getNamedValue in interface CGValuedElementgetNamedValue in class CGValuedElementImplpublic CGValuedElement getReferredValue()
getReferredValue in interface CGValuedElementgetReferredValue in class CGValuedElementImplpublic CGValuedElement getSourceValue()
getSourceValue in interface CGValuedElementgetSourceValue in class CGValuedElementImplpublic CGValuedElement getTypedValue()
getTypedValue in interface CGValuedElementgetTypedValue in class CGValuedElementImplpublic boolean isBoxed()
isBoxed in interface CGValuedElementisBoxed in class CGValuedElementImplpublic boolean isCaught()
isCaught in interface CGValuedElementisCaught 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 CGValuedElementImplpublic void setCaught(boolean isCaught)
setCaught in interface CGValuedElementsetCaught in class CGValuedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.