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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return ContinueExp
 ContinueExp ImperativeOCLFactory.createContinueExp()
          Returns a new object of class 'Continue Exp'
 

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

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement ContinueExp
 class ContinueExpImpl
          An implementation of the model object 'Continue Exp'
 

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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type ContinueExp
 T ImperativeOCLSwitch.caseContinueExp(ContinueExp object)
          Returns the result of interpreting the object as an instance of 'Continue Exp'
 boolean ImperativeOCLValidator.validateContinueExp(ContinueExp continueExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 java.lang.String ImperativeOCLToStringVisitor.visitContinueExp(ContinueExp astNode)
           
 T ImperativeOCLVisitor.visitContinueExp(ContinueExp astNode)
           
 


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