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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return ListLiteralExp
 ListLiteralExp ImperativeOCLFactory.createListLiteralExp()
          Returns a new object of class 'List Literal Exp'
 

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

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement ListLiteralExp
 class ListLiteralExpImpl
          An implementation of the model object 'List Literal Exp'
 

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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type ListLiteralExp
 T ImperativeOCLSwitch.caseListLiteralExp(ListLiteralExp object)
          Returns the result of interpreting the object as an instance of 'List Literal Exp'
 boolean ImperativeOCLValidator.validateListLiteralExp(ListLiteralExp listLiteralExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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