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

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

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

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