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

Packages that use WhileExp
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 WhileExp in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return WhileExp
 WhileExp ImperativeOCLFactory.createWhileExp()
          Returns a new object of class 'While Exp'
 

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

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement WhileExp
 class WhileExpImpl
          An implementation of the model object 'While Exp'
 

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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type WhileExp
 T ImperativeOCLSwitch.caseWhileExp(WhileExp object)
          Returns the result of interpreting the object as an instance of 'While Exp'
 boolean ImperativeOCLValidator.validateWhileExp(WhileExp whileExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 java.lang.String ImperativeOCLToStringVisitor.visitWhileExp(WhileExp astNode)
           
 T ImperativeOCLVisitor.visitWhileExp(WhileExp astNode)
           
 


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