org.eclipse.ocl.cst
Interface IteratorExpCS

All Superinterfaces:
CallExpCS, CSTNode, LoopExpCS, 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
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 


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