public class CGIteratorImpl extends CGParameterImpl implements CGIterator
| 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.
|
CGValuedElement |
getNamedValue()
Return the CGValuedElement that provides the name of a declaration from which the value of this CGValuedElement may be obtained.
|
AbstractPlace |
getPlace(Map<CGElement,AbstractPlace> element2place)
Returns the place for this element, updating and reusing element2place as required.
|
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 |
isConstant()
Return true if this value is a local constant (dependent of the user type system).
|
Boolean |
isEquivalentTo(CGValuedElement thatValue)
Returns true/false if this value can be determined to have deep value equivalence/inequivalence to thatValue, null if no determination can be made.
|
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 |
isGlobal()
Return true if this value is a global constant (independent of the user type system).
|
boolean |
isSettable()
Return true if this value can be inlined as an expression term.
|
basicSetCallable, eBasicRemoveFromContainerFeature, eGet, eInverseAdd, eInverseRemove, eIsSet, eSet, eUnset, getCallable, getEcoreClassifier, getInvalidValue, isBoxed, isEcore, isNonInvalid, isUnboxed, setCallablebasicSetInit, getInit, isCommonable, isNonNull, isNull, setInit, setNonInvalid, setNonNullgetDependsOn, getOwns, getThisValue, getValueName, isAssertedNonNull, isCaught, isContext, isFalse, isInlined, isInvalid, isTrue, isUncommonable, rewriteAs, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeId, toStringgetAst, getName, setAst, setNameeBasicSetContainer, getChildren, getParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCallable, setCallablegetInit, setInit, setNonInvalid, setNonNullgetDependsOn, getEcoreClassifier, getInvalidValue, getOwns, getThisValue, getValueName, isAssertedNonNull, isBoxed, isCaught, isCommonable, isEcore, isFalse, isInlined, isInvalid, isNonInvalid, isNonNull, isNull, isTrue, isUnboxed, isUncommonable, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNamegetChildren, getParent, isContext, rewriteAspublic <R> R accept(CGModelVisitor<R> visitor)
accept in interface CGElementaccept in class CGParameterImplpublic CGValuedElement getNamedValue()
getNamedValue in interface CGValuedElementgetNamedValue in class CGVariableImplpublic AbstractPlace getPlace(Map<CGElement,AbstractPlace> element2place)
getPlace in interface CGElementgetPlace in class CGParameterImplpublic CGValuedElement getReferredValue()
getReferredValue in interface CGValuedElementgetReferredValue in class CGVariableImplpublic CGValuedElement getSourceValue()
getSourceValue in interface CGValuedElementgetSourceValue in class CGVariableImplpublic CGValuedElement getTypedValue()
getTypedValue in interface CGValuedElementgetTypedValue in class CGVariableImplpublic boolean isConstant()
isConstant in interface CGValuedElementisConstant in class CGParameterImplpublic Boolean isEquivalentTo(CGValuedElement thatValue)
isEquivalentTo in interface CGValuedElementisEquivalentTo in class CGVariableImplpublic Boolean isEquivalentToInternal(CGValuedElement thatValue)
isEquivalentToInternal in interface CGValuedElementisEquivalentToInternal in class CGVariableImplpublic boolean isGlobal()
isGlobal in interface CGValuedElementisGlobal in class CGParameterImplpublic boolean isSettable()
isSettable in interface CGValuedElementisSettable in class CGValuedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.