org.eclipse.ocl.utilities
Interface Visitable

All Known Subinterfaces:
AssociationClassCallExp, AssociationClassCallExp, AssociationClassCallExp<C,P>, BooleanLiteralExp, BooleanLiteralExp, BooleanLiteralExp<C>, CallExp<C>, CallExp, CallExp, CollectionItem<C>, CollectionItem, CollectionItem, CollectionLiteralExp<C>, CollectionLiteralExp, CollectionLiteralExp, CollectionLiteralPart<C>, CollectionLiteralPart, CollectionLiteralPart, CollectionRange<C>, CollectionRange, CollectionRange, EnumLiteralExp<C,EL>, EnumLiteralExp, EnumLiteralExp, ExpressionInOCL<C,PM>, ExpressionInOCL, ExpressionInOCL, FeatureCallExp<C>, FeatureCallExp, FeatureCallExp, IfExp<C>, IfExp, IfExp, IntegerLiteralExp, IntegerLiteralExp, IntegerLiteralExp<C>, InvalidLiteralExp<C>, InvalidLiteralExp, InvalidLiteralExp, IterateExp, IterateExp, IterateExp<C,PM>, IteratorExp, IteratorExp, IteratorExp<C,PM>, LetExp<C,PM>, LetExp, LetExp, LiteralExp<C>, LiteralExp, LiteralExp, LoopExp<C,PM>, LoopExp, LoopExp, MessageExp<C,COA,SSA>, MessageExp, MessageExp, NavigationCallExp, NavigationCallExp, NavigationCallExp<C,P>, NullLiteralExp<C>, NullLiteralExp, NullLiteralExp, NumericLiteralExp, NumericLiteralExp, NumericLiteralExp<C>, OCLExpression<C>, OCLExpression, OCLExpression, OperationCallExp, OperationCallExp, OperationCallExp<C,O>, PrimitiveLiteralExp<C>, PrimitiveLiteralExp, PrimitiveLiteralExp, PropertyCallExp, PropertyCallExp, PropertyCallExp<C,P>, RealLiteralExp, RealLiteralExp, RealLiteralExp<C>, StateExp<C,S>, StateExp, StateExp, StringLiteralExp, StringLiteralExp, StringLiteralExp<C>, TupleLiteralExp<C,P>, TupleLiteralExp, TupleLiteralExp, TupleLiteralPart<C,P>, TupleLiteralPart, TupleLiteralPart, TypeExp<C>, TypeExp, TypeExp, UnlimitedNaturalLiteralExp, UnlimitedNaturalLiteralExp, UnlimitedNaturalLiteralExp<C>, UnspecifiedValueExp<C>, UnspecifiedValueExp, UnspecifiedValueExp, Variable<C,PM>, Variable, Variable, VariableExp<C,PM>, VariableExp, VariableExp
All Known Implementing Classes:
AssociationClassCallExpImpl, AssociationClassCallExpImpl, AssociationClassCallExpImpl, BooleanLiteralExpImpl, BooleanLiteralExpImpl, BooleanLiteralExpImpl, CallExpImpl, CallExpImpl, CallExpImpl, CollectionItemImpl, CollectionItemImpl, CollectionItemImpl, CollectionLiteralExpImpl, CollectionLiteralExpImpl, CollectionLiteralExpImpl, CollectionLiteralPartImpl, CollectionLiteralPartImpl, CollectionLiteralPartImpl, CollectionRangeImpl, CollectionRangeImpl, CollectionRangeImpl, EnumLiteralExpImpl, EnumLiteralExpImpl, EnumLiteralExpImpl, ExpressionInOCLImpl, ExpressionInOCLImpl, FeatureCallExpImpl, FeatureCallExpImpl, FeatureCallExpImpl, IfExpImpl, IfExpImpl, IfExpImpl, IntegerLiteralExpImpl, IntegerLiteralExpImpl, IntegerLiteralExpImpl, InvalidLiteralExpImpl, InvalidLiteralExpImpl, InvalidLiteralExpImpl, IterateExpImpl, IterateExpImpl, IterateExpImpl, IteratorExpImpl, IteratorExpImpl, IteratorExpImpl, LetExpImpl, LetExpImpl, LetExpImpl, LiteralExpImpl, LiteralExpImpl, LiteralExpImpl, LoopExpImpl, LoopExpImpl, LoopExpImpl, MessageExpImpl, MessageExpImpl, MessageExpImpl, NavigationCallExpImpl, NavigationCallExpImpl, NavigationCallExpImpl, NullLiteralExpImpl, NullLiteralExpImpl, NullLiteralExpImpl, NumericLiteralExpImpl, NumericLiteralExpImpl, NumericLiteralExpImpl, OCLExpressionImpl, OCLExpressionImpl, OCLExpressionImpl, OperationCallExpImpl, OperationCallExpImpl, OperationCallExpImpl, PrimitiveLiteralExpImpl, PrimitiveLiteralExpImpl, PrimitiveLiteralExpImpl, PropertyCallExpImpl, PropertyCallExpImpl, PropertyCallExpImpl, RealLiteralExpImpl, RealLiteralExpImpl, RealLiteralExpImpl, StateExpImpl, StateExpImpl, StateExpImpl, StringLiteralExpImpl, StringLiteralExpImpl, StringLiteralExpImpl, TupleLiteralExpImpl, TupleLiteralExpImpl, TupleLiteralExpImpl, TupleLiteralPartImpl, TupleLiteralPartImpl, TupleLiteralPartImpl, TypeExpImpl, TypeExpImpl, TypeExpImpl, UnlimitedNaturalLiteralExpImpl, UnlimitedNaturalLiteralExpImpl, UnlimitedNaturalLiteralExpImpl, UnspecifiedValueExpImpl, UnspecifiedValueExpImpl, UnspecifiedValueExpImpl, VariableExpImpl, VariableExpImpl, VariableExpImpl, VariableImpl, VariableImpl, VariableImpl

public interface Visitable

A representation of the model object 'Visitable'.

See Also:
UtilitiesPackage.getVisitable()

Method Summary
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>>
T
accept(U v)
           
 

Method Detail

accept

<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)


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