org.eclipse.ocl.cst.impl
Class IterateExpCSImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.ocl.cst.impl.CSTNodeImpl
          extended by org.eclipse.ocl.cst.impl.OCLExpressionCSImpl
              extended by org.eclipse.ocl.cst.impl.CallExpCSImpl
                  extended by org.eclipse.ocl.cst.impl.LoopExpCSImpl
                      extended by org.eclipse.ocl.cst.impl.IterateExpCSImpl
All Implemented Interfaces:
CallExpCS, CSTNode, IterateExpCS, LoopExpCS, OCLExpressionCS

public class IterateExpCSImpl
extends LoopExpCSImpl
implements IterateExpCS

An implementation of the model object 'Iterate Exp CS'.


Field Summary
 
Fields inherited from class org.eclipse.ocl.cst.impl.LoopExpCSImpl
body, variable1, variable2
 
Fields inherited from class org.eclipse.ocl.cst.impl.CallExpCSImpl
accessor, ACCESSOR_EDEFAULT, simpleNameCS, source
 
Fields inherited from class org.eclipse.ocl.cst.impl.CSTNodeImpl
ast, AST_EDEFAULT, END_OFFSET_EDEFAULT, END_TOKEN_EDEFAULT, endOffset, endToken, START_OFFSET_EDEFAULT, START_TOKEN_EDEFAULT, startOffset, startToken
 
Constructor Summary
protected IterateExpCSImpl()
           
 
Method Summary
protected  EClass eStaticClass()
           
 
Methods inherited from class org.eclipse.ocl.cst.impl.LoopExpCSImpl
basicSetBody, basicSetVariable1, basicSetVariable2, eGet, eInverseRemove, eIsSet, eSet, eUnset, getBody, getVariable1, getVariable2, setBody, setVariable1, setVariable2
 
Methods inherited from class org.eclipse.ocl.cst.impl.CallExpCSImpl
basicSetSimpleNameCS, basicSetSource, getAccessor, getSimpleNameCS, getSource, setAccessor, setSimpleNameCS, setSource, toString
 
Methods inherited from class org.eclipse.ocl.cst.impl.CSTNodeImpl
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

IterateExpCSImpl

protected IterateExpCSImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class LoopExpCSImpl

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