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

Packages that use AssignExp
org.eclipse.m2m.qvt.oml.debug.core.vm   
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 AssignExp in org.eclipse.m2m.qvt.oml.debug.core.vm
 

Methods in org.eclipse.m2m.qvt.oml.debug.core.vm with parameters of type AssignExp
 void QVTODebugEvaluator.notifyAfterDeferredAssign(AssignExp asssignExp, java.lang.Object assignLeftValue)
           
 

Uses of AssignExp in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return AssignExp
 AssignExp ImperativeOCLFactory.createAssignExp()
          Returns a new object of class 'Assign Exp'
 

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

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement AssignExp
 class AssignExpImpl
          An implementation of the model object 'Assign Exp'
 

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

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

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type AssignExp
 T ImperativeOCLSwitch.caseAssignExp(AssignExp object)
          Returns the result of interpreting the object as an instance of 'Assign Exp'
 boolean ImperativeOCLValidator.validateAssignExp_checkLeftAndValueExpConformance(AssignExp assignExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkLeftAndValueExpConformance constraint of 'Assign Exp'
 boolean ImperativeOCLValidator.validateAssignExp_WellFormedLeftExp(AssignExp assignExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the WellFormedLeftExp constraint of 'Assign Exp'
 boolean ImperativeOCLValidator.validateAssignExp(AssignExp assignExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 T ImperativeOCLVisitor.visitAssignExp(AssignExp astNode)
           
 java.lang.String ImperativeOCLToStringVisitor.visitAssignExp(AssignExp astNode)
           
 


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