Uses of Class
org.eclipse.ocl.expressions.impl.OCLExpressionImpl

Packages that use OCLExpressionImpl
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
 

Uses of OCLExpressionImpl in org.eclipse.ocl.expressions.impl
 

Subclasses of OCLExpressionImpl in org.eclipse.ocl.expressions.impl
 class AssociationClassCallExpImpl<C,P>
          An implementation of the model object 'Association Class Call Exp'
 class BooleanLiteralExpImpl<C>
          An implementation of the model object 'Boolean Literal Exp'
 class CallExpImpl<C>
          An implementation of the model object 'Call Exp'
 class CollectionLiteralExpImpl<C>
          An implementation of the model object 'Collection Literal Exp'
 class EnumLiteralExpImpl<C,EL>
          An implementation of the model object 'Enum Literal Exp'
 class FeatureCallExpImpl<C>
          An implementation of the model object 'Feature Call Exp'
 class IfExpImpl<C>
          An implementation of the model object 'If Exp'
 class IntegerLiteralExpImpl<C>
          An implementation of the model object 'Integer Literal Exp'
 class InvalidLiteralExpImpl<C>
          An implementation of the model object 'Invalid Literal Exp'
 class IterateExpImpl<C,PM>
          An implementation of the model object 'Iterate Exp'
 class IteratorExpImpl<C,PM>
          An implementation of the model object 'Iterator Exp'
 class LetExpImpl<C,PM>
          An implementation of the model object 'Let Exp'
 class LiteralExpImpl<C>
          An implementation of the model object 'Literal Exp'
 class LoopExpImpl<C,PM>
          An implementation of the model object 'Loop Exp'
 class MessageExpImpl<C,COA,SSA>
          An implementation of the model object 'Message Exp'
 class NavigationCallExpImpl<C,P>
          An implementation of the model object 'Navigation Call Exp'
 class NullLiteralExpImpl<C>
          An implementation of the model object 'Null Literal Exp'
 class NumericLiteralExpImpl<C>
          An implementation of the model object 'Numeric Literal Exp'
 class OperationCallExpImpl<C,O>
          An implementation of the model object 'Operation Call Exp'
 class PrimitiveLiteralExpImpl<C>
          An implementation of the model object 'Primitive Literal Exp'
 class PropertyCallExpImpl<C,P>
          An implementation of the model object 'Property Call Exp'
 class RealLiteralExpImpl<C>
          An implementation of the model object 'Real Literal Exp'
 class StateExpImpl<C,S>
          An implementation of the model object 'State Exp'
 class StringLiteralExpImpl<C>
          An implementation of the model object 'String Literal Exp'
 class TupleLiteralExpImpl<C,P>
          An implementation of the model object 'Tuple Literal Exp'
 class TypeExpImpl<C>
          An implementation of the model object 'Type Exp'
 class UnlimitedNaturalLiteralExpImpl<C>
          An implementation of the model object 'Unlimited Natural Literal Exp'
 class UnspecifiedValueExpImpl<C>
          An implementation of the model object 'Unspecified Value Exp'
 class VariableExpImpl<C,PM>
          An implementation of the model object 'Variable Exp'
 


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