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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return VariableInitExp
 VariableInitExp ImperativeOCLFactory.createVariableInitExp()
          Returns a new object of class 'Variable Init Exp'
 

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

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement VariableInitExp
 class VariableInitExpImpl
          An implementation of the model object 'Variable Init Exp'
 

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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type VariableInitExp
 T ImperativeOCLSwitch.caseVariableInitExp(VariableInitExp object)
          Returns the result of interpreting the object as an instance of 'Variable Init Exp'
 boolean ImperativeOCLValidator.validateVariableInitExp(VariableInitExp variableInitExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 T ImperativeOCLVisitor.visitVariableInitExp(VariableInitExp astNode)
           
 java.lang.String ImperativeOCLToStringVisitor.visitVariableInitExp(VariableInitExp astNode)
           
 


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