org.eclipse.ocl.cst
Interface IteratorExpCS

All Superinterfaces:
CallExpCS, CSTNode, EObject, LoopExpCS, Notifier, OCLExpressionCS
All Known Implementing Classes:
IteratorExpCSImpl

public interface IteratorExpCS
extends LoopExpCS

A representation of the model object 'Iterator Exp CS'.

See Also:
CSTPackage.getIteratorExpCS()

Method Summary
 
Methods inherited from interface org.eclipse.ocl.cst.LoopExpCS
getBody, getVariable1, getVariable2, setBody, setVariable1, setVariable2
 
Methods inherited from interface org.eclipse.ocl.cst.CallExpCS
getAccessor, getSimpleNameCS, getSource, setAccessor, setSimpleNameCS, setSource
 
Methods inherited from interface org.eclipse.ocl.cst.CSTNode
getEndOffset, getStartOffset, setEndOffset, setStartOffset
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.