public class IteratorVariableImpl extends VariableImpl implements IteratorVariable
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<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 |
eInvoke(int operationID,
<any> arguments) |
boolean |
validateHasNoInitializer(DiagnosticChain diagnostics,
Map<Object,Object> context) |
basicGetRepresentedParameter, basicSetOwnedInit, eGet, eInverseRemove, eIsSet, eSet, eUnset, getOwnedInit, getRepresentedParameter, isIsImplicit, setIsImplicit, setOwnedInit, setRepresentedParameter, toString, validateCompatibleInitialiserTypegetTypeValue, setTypeValue, validateNameIsNotNull, validateTypeIsNotInvalid, validateTypeIsNotNullbasicGetType, CompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, eInverseAdd, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOwnedInit, getRepresentedParameter, isIsImplicit, setIsImplicit, setOwnedInit, setRepresentedParameter, validateCompatibleInitialiserTypegetTypeValue, setTypeValue, validateNameIsNotNull, validateTypeIsNotInvalid, validateTypeIsNotNullCompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic boolean validateHasNoInitializer(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateHasNoInitializer in interface IteratorVariablepublic Object eInvoke(int operationID, <any> arguments) throws InvocationTargetException
eInvoke in class VariableImplInvocationTargetExceptionpublic <R> R accept(Visitor<R> visitor)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.