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

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

Subinterfaces of ImperativeExpression in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL
 interface AltExp
          A representation of the model object 'Alt Exp'
 interface AssertExp
          A representation of the model object 'Assert Exp'
 interface AssignExp
          A representation of the model object 'Assign Exp'
 interface BlockExp
          A representation of the model object 'Block Exp'
 interface BreakExp
          A representation of the model object 'Break Exp'
 interface CatchExp
          A representation of the model object 'Catch Exp'
 interface ComputeExp
          A representation of the model object 'Compute Exp'
 interface ContinueExp
          A representation of the model object 'Continue Exp'
 interface ForExp
          A representation of the model object 'For Exp'
 interface ImperativeIterateExp
          A representation of the model object 'Imperative Iterate Exp'
 interface ImperativeLoopExp
          A representation of the model object 'Imperative Loop Exp'
 interface InstantiationExp
          A representation of the model object 'Instantiation Exp'
 interface LogExp
          A representation of the model object 'Log Exp'
 interface RaiseExp
          A representation of the model object 'Raise Exp'
 interface ReturnExp
          A representation of the model object 'Return Exp'
 interface SwitchExp
          A representation of the model object 'Switch Exp'
 interface TryExp
          A representation of the model object 'Try Exp'
 interface UnlinkExp
          A representation of the model object 'Unlink Exp'
 interface UnpackExp
          A representation of the model object 'Unpack Exp'
 interface VariableInitExp
          A representation of the model object 'Variable Init Exp'
 interface WhileExp
          A representation of the model object 'While Exp'
 

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

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement ImperativeExpression
 class AltExpImpl
          An implementation of the model object 'Alt Exp'
 class AssertExpImpl
          An implementation of the model object 'Assert Exp'
 class AssignExpImpl
          An implementation of the model object 'Assign Exp'
 class BlockExpImpl
          An implementation of the model object 'Block Exp'
 class BreakExpImpl
          An implementation of the model object 'Break Exp'
 class CatchExpImpl
          An implementation of the model object 'Catch Exp'
 class ComputeExpImpl
          An implementation of the model object 'Compute Exp'
 class ContinueExpImpl
          An implementation of the model object 'Continue Exp'
 class ForExpImpl
          An implementation of the model object 'For Exp'
 class ImperativeExpressionImpl
          An implementation of the model object 'Imperative Expression'
 class ImperativeIterateExpImpl
          An implementation of the model object 'Imperative Iterate Exp'
 class ImperativeLoopExpImpl
          An implementation of the model object 'Imperative Loop Exp'
 class InstantiationExpImpl
          An implementation of the model object 'Instantiation Exp'
 class LogExpImpl
          An implementation of the model object 'Log Exp'
 class RaiseExpImpl
          An implementation of the model object 'Raise Exp'
 class ReturnExpImpl
          An implementation of the model object 'Return Exp'
 class SwitchExpImpl
          An implementation of the model object 'Switch Exp'
 class TryExpImpl
          An implementation of the model object 'Try Exp'
 class UnlinkExpImpl
          An implementation of the model object 'Unlink Exp'
 class UnpackExpImpl
          An implementation of the model object 'Unpack Exp'
 class VariableInitExpImpl
          An implementation of the model object 'Variable Init Exp'
 class WhileExpImpl
          An implementation of the model object 'While Exp'
 

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type ImperativeExpression
 T ImperativeOCLSwitch.caseImperativeExpression(ImperativeExpression object)
          Returns the result of interpreting the object as an instance of 'Imperative Expression'
 boolean ImperativeOCLValidator.validateImperativeExpression(ImperativeExpression imperativeExpression, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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