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'
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return types with arguments of type CatchExp
 org.eclipse.emf.common.util.EList<CatchExp> TryExp.getExceptClause()
          Returns the value of the 'Except Clause' containment reference list.
 

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'
 

Fields in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl with type parameters of type CatchExp
protected  org.eclipse.emf.common.util.EList<CatchExp> TryExpImpl.exceptClause
          The cached value of the 'Except Clause' containment reference list
 

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that return types with arguments of type CatchExp
 org.eclipse.emf.common.util.EList<CatchExp> TryExpImpl.getExceptClause()
           
 

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, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 java.lang.String ImperativeOCLToStringVisitor.visitCatchtExp(CatchExp astNode)
           
 T ImperativeOCLVisitor.visitCatchtExp(CatchExp astNode)
           
 


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