Uses of Interface
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.ForExp

Packages that use ForExp
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL   
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl   
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util   
 

Uses of ForExp in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return ForExp
 ForExp ImperativeOCLFactory.createForExp()
          Returns a new object of class 'For Exp'
 

Uses of ForExp in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl
 

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement ForExp
 class ForExpImpl
          An implementation of the model object 'For Exp'
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that return ForExp
 ForExp ImperativeOCLFactoryImpl.createForExp()
           
 

Uses of ForExp in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type ForExp
 T ImperativeOCLSwitch.caseForExp(ForExp object)
          Returns the result of interpreting the object as an instance of 'For Exp'
 boolean ImperativeOCLValidator.validateForExp(ForExp forExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 T ImperativeOCLVisitor.visitForExp(ForExp astNode)
           
 java.lang.String ImperativeOCLToStringVisitor.visitForExp(ForExp astNode)
           
 


Copyright 2008 Borland Software Corporation and others.
All Rights Reserved.