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

Packages that use Visitable
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.utilities Abstract API for OCL AST utilities and extensions of the UML metamodel. 
org.eclipse.ocl.utilities.util Generated utilities for working with instances the OCL utilities package. 
 

Uses of Visitable in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type Visitable
 T EcoreSwitch.caseVisitable(Visitable object)
          Returns the result of interpreting the object as an instance of 'Visitable'
 

Uses of Visitable in org.eclipse.ocl.expressions
 

Subinterfaces of Visitable in org.eclipse.ocl.expressions
 interface AssociationClassCallExp<C,P>
          A representation of the model object 'Association Class Call Exp'
 interface BooleanLiteralExp<C>
          A representation of the model object 'Boolean Literal Exp'
 interface CallExp<C>
          A representation of the model object 'Call Exp'
 interface CollectionItem<C>
          A representation of the model object 'Collection Item'
 interface CollectionLiteralExp<C>
          A representation of the model object 'Collection Literal Exp'
 interface CollectionLiteralPart<C>
          A representation of the model object 'Collection Literal Part'
 interface CollectionRange<C>
          A representation of the model object 'Collection Range'
 interface EnumLiteralExp<C,EL>
          A representation of the model object 'Enum Literal Exp'
 interface FeatureCallExp<C>
          A representation of the model object 'Feature Call Exp'
 interface IfExp<C>
          A representation of the model object 'If Exp'
 interface IntegerLiteralExp<C>
          A representation of the model object 'Integer Literal Exp'
 interface InvalidLiteralExp<C>
          A representation of the model object 'Invalid Literal Exp'
 interface IterateExp<C,PM>
          A representation of the model object 'Iterate Exp'
 interface IteratorExp<C,PM>
          A representation of the model object 'Iterator Exp'
 interface LetExp<C,PM>
          A representation of the model object 'Let Exp'
 interface LiteralExp<C>
          A representation of the model object 'Literal Exp'
 interface LoopExp<C,PM>
          A representation of the model object 'Loop Exp'
 interface MessageExp<C,COA,SSA>
          A representation of the model object 'Message Exp'
 interface NavigationCallExp<C,P>
          A representation of the model object 'Navigation Call Exp'
 interface NullLiteralExp<C>
          A representation of the model object 'Null Literal Exp'
 interface NumericLiteralExp<C>
          A representation of the model object 'Numeric Literal Exp'
 interface OCLExpression<C>
          A representation of the model object 'OCL Expression'
 interface OperationCallExp<C,O>
          A representation of the model object 'Operation Call Exp'
 interface PrimitiveLiteralExp<C>
          A representation of the model object 'Primitive Literal Exp'
 interface PropertyCallExp<C,P>
          A representation of the model object 'Property Call Exp'
 interface RealLiteralExp<C>
          A representation of the model object 'Real Literal Exp'
 interface StateExp<C,S>
          A representation of the model object 'State Exp'
 interface StringLiteralExp<C>
          A representation of the model object 'String Literal Exp'
 interface TupleLiteralExp<C,P>
          A representation of the model object 'Tuple Literal Exp'
 interface TupleLiteralPart<C,P>
          A representation of the model object 'Tuple Literal Part'
 interface TypeExp<C>
          A representation of the model object 'Type Exp'
 interface UnlimitedNaturalLiteralExp<C>
          A representation of the model object 'Unlimited Natural Literal Exp'
 interface UnspecifiedValueExp<C>
          A representation of the model object 'Unspecified Value Exp'
 interface Variable<C,PM>
          A representation of the model object 'Variable'
 interface VariableExp<C,PM>
          A representation of the model object 'Variable Exp'
 

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

Methods in org.eclipse.ocl.expressions.util with parameters of type Visitable
 T ExpressionsSwitch.caseVisitable(Visitable object)
          Returns the result of interpreting the object as an instance of 'Visitable'
 

Uses of Visitable in org.eclipse.ocl.utilities
 

Subinterfaces of Visitable in org.eclipse.ocl.utilities
 interface ExpressionInOCL<C,PM>
          A representation of the model object 'Expression In OCL'
 

Methods in org.eclipse.ocl.utilities with parameters of type Visitable
protected  T AbstractVisitor.safeVisit(Visitable v)
          A null-safe visitation of the specified visitable.
 

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

Methods in org.eclipse.ocl.utilities.util with parameters of type Visitable
 T1 UtilitiesSwitch.caseVisitable(Visitable object)
          Returns the result of interpreting the object as an instance of 'Visitable'
 


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