Uses of Interface
org.eclipse.emf.ocl.expressions.VariableExp

Packages that use VariableExp
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API. 
 

Uses of VariableExp in org.eclipse.emf.ocl.expressions
 

Methods in org.eclipse.emf.ocl.expressions that return VariableExp
 VariableExp ExpressionsFactory.createVariableExp()
          Deprecated. Returns a new object of class 'Variable Exp'
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type VariableExp
 Object Visitor.visitVariableExp(VariableExp v)
          Deprecated.  
 

Uses of VariableExp in org.eclipse.emf.ocl.expressions.impl
 

Classes in org.eclipse.emf.ocl.expressions.impl that implement VariableExp
 class VariableExpImpl
          An implementation of the model object 'Variable Exp'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return VariableExp
 VariableExp ExpressionsFactoryImpl.createVariableExp()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type VariableExp
 Object ValidationVisitorImpl.visitVariableExp(VariableExp v)
          Callback for a VariableExp visit.
 Object ToStringVisitorImpl.visitVariableExp(VariableExp v)
          Callback for a VariableExp visit.
 Object EvaluationVisitorImpl.visitVariableExp(VariableExp v)
          Callback for a VariableExp visit.
 

Uses of VariableExp in org.eclipse.emf.ocl.expressions.util
 

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type VariableExp
 Object ExpressionsSwitch.caseVariableExp(VariableExp object)
          Deprecated. Returns the result of interpretting the object as an instance of 'Variable Exp'
 Object AbstractVisitor.visitVariableExp(VariableExp v)
          Deprecated.  
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.