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

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

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

Subclasses of LiteralExpImpl in org.eclipse.ocl.expressions.impl
 class BooleanLiteralExpImpl<C>
          An implementation of the model object 'Boolean Literal 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 IntegerLiteralExpImpl<C>
          An implementation of the model object 'Integer Literal Exp'.
 class InvalidLiteralExpImpl<C>
          An implementation of the model object 'Invalid Literal 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 PrimitiveLiteralExpImpl<C>
          An implementation of the model object 'Primitive Literal Exp'.
 class RealLiteralExpImpl<C>
          An implementation of the model object 'Real Literal 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 UnlimitedNaturalLiteralExpImpl<C>
          An implementation of the model object 'Unlimited Natural Literal Exp'.