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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return UnpackExp
 UnpackExp ImperativeOCLFactory.createUnpackExp()
          Returns a new object of class 'Unpack Exp'
 

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

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement UnpackExp
 class UnpackExpImpl
          An implementation of the model object 'Unpack Exp'
 

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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type UnpackExp
 T ImperativeOCLSwitch.caseUnpackExp(UnpackExp object)
          Returns the result of interpreting the object as an instance of 'Unpack Exp'
 boolean ImperativeOCLValidator.validateUnpackExp(UnpackExp unpackExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 T ImperativeOCLVisitor.visitUnpackExp(UnpackExp astNode)
           
 java.lang.String ImperativeOCLToStringVisitor.visitUnpackExp(UnpackExp astNode)
           
 


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