Uses of Interface
org.eclipse.emf.ocl.utilities.Visitable

Packages that use Visitable
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.  
org.eclipse.emf.ocl.uml Extensions to the Ecore metamodel for UML-specific concepts supported by the OCL language.  
org.eclipse.emf.ocl.uml.impl Implementation of the Ecore extensions in support of the UML constructs used by OCL.  
org.eclipse.emf.ocl.uml.util Standard utilities for the Ecore extensions in support of the UML constructs used by OCL.  
org.eclipse.emf.ocl.utilities Abstract API for OCL AST utilities.  
org.eclipse.emf.ocl.utilities.impl Implementation of the API for OCL AST utilities.  
org.eclipse.emf.ocl.utilities.util EMF utilities for the OCL AST utilities API.  
 

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

Subinterfaces of Visitable in org.eclipse.emf.ocl.expressions
 interface AssociationClassCallExp
           A representation of the model object 'Association Class Call Exp'
 interface BooleanLiteralExp
           
 interface CallExp
           
 interface CollectionLiteralExp
           
 interface EnumLiteralExp
           
 interface FeatureCallExp
           
 interface IfExp
           
 interface IntegerLiteralExp
           
 interface InvalidLiteralExp
           A representation of the model object 'Invalid Literal Exp'
 interface IterateExp
           
 interface IteratorExp
           
 interface LetExp
           
 interface LiteralExp
           
 interface LoopExp
           
 interface MessageExp
           
 interface NavigationCallExp
           
 interface NullLiteralExp
           A representation of the model object 'Null Literal Exp'
 interface NumericLiteralExp
           
 interface OCLExpression
           
 interface OperationCallExp
           
 interface PrimitiveLiteralExp
           
 interface PropertyCallExp
           
 interface RealLiteralExp
           
 interface StateExp
           A representation of the model object 'State Exp'
 interface StringLiteralExp
           
 interface TupleLiteralExp
           
 interface TupleLiteralPart
           A representation of the model object 'Tuple Literal Part'
 interface TypeExp
           A representation of the model object 'Type Exp'
 interface UnspecifiedValueExp
           
 interface Variable
           
 interface VariableExp
           
 

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

Classes in org.eclipse.emf.ocl.expressions.impl that implement Visitable
 class AssociationClassCallExpImpl
           An implementation of the model object 'Association Class Call Exp'
 class BooleanLiteralExpImpl
           An implementation of the model object 'Boolean Literal Exp'
 class CallExpImpl
           An implementation of the model object 'Call Exp'
 class CollectionLiteralExpImpl
           An implementation of the model object 'Collection Literal Exp'
 class EnumLiteralExpImpl
           An implementation of the model object 'Enum Literal Exp'
 class FeatureCallExpImpl
           An implementation of the model object 'Feature Call Exp'
 class IfExpImpl
           An implementation of the model object 'If Exp'
 class IntegerLiteralExpImpl
           An implementation of the model object 'Integer Literal Exp'
 class InvalidLiteralExpImpl
           An implementation of the model object 'Invalid Literal Exp'
 class IterateExpImpl
           An implementation of the model object 'Iterate Exp'
 class IteratorExpImpl
           An implementation of the model object 'Iterator Exp'
 class LetExpImpl
           An implementation of the model object 'Let Exp'
 class LiteralExpImpl
           An implementation of the model object 'Literal Exp'
 class LoopExpImpl
           An implementation of the model object 'Loop Exp'
 class MessageExpImpl
           An implementation of the model object 'OCL Message Exp'
 class NavigationCallExpImpl
           An implementation of the model object 'Navigation Call Exp'
 class NullLiteralExpImpl
           An implementation of the model object 'Null Literal Exp'
 class NumericLiteralExpImpl
           An implementation of the model object 'Numeric Literal Exp'
 class OCLExpressionImpl
           An implementation of the model object 'OCL Expression'
 class OperationCallExpImpl
           An implementation of the model object 'Operation Call Exp'
 class PrimitiveLiteralExpImpl
           An implementation of the model object 'Primitive Literal Exp'
 class PropertyCallExpImpl
           An implementation of the model object 'Association End Call Exp'
 class RealLiteralExpImpl
           An implementation of the model object 'Real Literal Exp'
 class StateExpImpl
           An implementation of the model object 'State Exp'
 class StringLiteralExpImpl
           An implementation of the model object 'String Literal Exp'
 class TupleLiteralExpImpl
           An implementation of the model object 'Tuple Literal Exp'
 class TupleLiteralPartImpl
           An implementation of the model object 'Tuple Literal Part'
 class TypeExpImpl
           An implementation of the model object 'Type Exp'
 class UnspecifiedValueExpImpl
           An implementation of the model object 'Unspecified Value Exp'
 class VariableExpImpl
           An implementation of the model object 'Variable Exp'
 class VariableImpl
           An implementation of the model object ' Variable'.
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type Visitable
static java.lang.String ToStringVisitorImpl.toString(Visitable v)
          The string representation (for debugging purposes) of a visitable AST element.
 

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

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type Visitable
 java.lang.Object ExpressionsSwitch.caseVisitable(Visitable object)
          Returns the result of interpretting the object as an instance of 'Visitable'
 

Uses of Visitable in org.eclipse.emf.ocl.uml
 

Subinterfaces of Visitable in org.eclipse.emf.ocl.uml
 interface Constraint
           
 

Uses of Visitable in org.eclipse.emf.ocl.uml.impl
 

Classes in org.eclipse.emf.ocl.uml.impl that implement Visitable
 class ConstraintImpl
           An implementation of the model object 'Constraint'
 

Uses of Visitable in org.eclipse.emf.ocl.uml.util
 

Methods in org.eclipse.emf.ocl.uml.util with parameters of type Visitable
 java.lang.Object UMLSwitch.caseVisitable(Visitable object)
          Returns the result of interpretting the object as an instance of 'Visitable'
 

Uses of Visitable in org.eclipse.emf.ocl.utilities
 

Methods in org.eclipse.emf.ocl.utilities that return Visitable
 Visitable UtilitiesFactory.createVisitable()
          Returns a new object of class 'Visitable'
 

Uses of Visitable in org.eclipse.emf.ocl.utilities.impl
 

Classes in org.eclipse.emf.ocl.utilities.impl that implement Visitable
 class VisitableImpl
           An implementation of the model object 'Visitable'
 

Methods in org.eclipse.emf.ocl.utilities.impl that return Visitable
 Visitable UtilitiesFactoryImpl.createVisitable()
           
 

Uses of Visitable in org.eclipse.emf.ocl.utilities.util
 

Methods in org.eclipse.emf.ocl.utilities.util with parameters of type Visitable
 java.lang.Object UtilitiesSwitch.caseVisitable(Visitable object)
          Returns the result of interpretting the object as an instance of 'Visitable'
 


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