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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return RaiseExp
 RaiseExp ImperativeOCLFactory.createRaiseExp()
          Returns a new object of class 'Raise Exp'
 

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

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement RaiseExp
 class RaiseExpImpl
          An implementation of the model object 'Raise Exp'
 

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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type RaiseExp
 T ImperativeOCLSwitch.caseRaiseExp(RaiseExp object)
          Returns the result of interpreting the object as an instance of 'Raise Exp'
 boolean ImperativeOCLValidator.validateRaiseExp(RaiseExp raiseExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 T ImperativeOCLVisitor.visitRaiseExp(RaiseExp astNode)
           
 java.lang.String ImperativeOCLToStringVisitor.visitRaiseExp(RaiseExp astNode)
           
 


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