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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return ReturnExp
 ReturnExp ImperativeOCLFactory.createReturnExp()
          Returns a new object of class 'Return Exp'
 

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

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement ReturnExp
 class ReturnExpImpl
          An implementation of the model object 'Return Exp'
 

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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type ReturnExp
 T ImperativeOCLSwitch.caseReturnExp(ReturnExp object)
          Returns the result of interpreting the object as an instance of 'Return Exp'
 boolean ImperativeOCLValidator.validateReturnExp(ReturnExp returnExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 java.lang.String ImperativeOCLToStringVisitor.visitReturnExp(ReturnExp astNode)
           
 T ImperativeOCLVisitor.visitReturnExp(ReturnExp astNode)
           
 


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