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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return CatchExp
 CatchExp ImperativeOCLFactory.createCatchExp()
          Returns a new object of class 'Catch Exp'
 

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

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement CatchExp
 class CatchExpImpl
          An implementation of the model object 'Catch Exp'
 

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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type CatchExp
 T ImperativeOCLSwitch.caseCatchExp(CatchExp object)
          Returns the result of interpreting the object as an instance of 'Catch Exp'
 boolean ImperativeOCLValidator.validateCatchExp(CatchExp catchExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 T ImperativeOCLVisitor.visitCatchtExp(CatchExp astNode)
           
 java.lang.String ImperativeOCLToStringVisitor.visitCatchtExp(CatchExp astNode)
           
 


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