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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return TryExp
 TryExp ImperativeOCLFactory.createTryExp()
          Returns a new object of class 'Try Exp'
 

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

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement TryExp
 class TryExpImpl
          An implementation of the model object 'Try Exp'
 

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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type TryExp
 T ImperativeOCLSwitch.caseTryExp(TryExp object)
          Returns the result of interpreting the object as an instance of 'Try Exp'
 boolean ImperativeOCLValidator.validateTryExp(TryExp tryExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 T ImperativeOCLVisitor.visitTryExp(TryExp astNode)
           
 java.lang.String ImperativeOCLToStringVisitor.visitTryExp(TryExp astNode)
           
 


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