Uses of Interface
org.eclipse.emf.ocl.expressions.PrimitiveLiteralExp

Packages that use PrimitiveLiteralExp
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API. 
 

Uses of PrimitiveLiteralExp in org.eclipse.emf.ocl.expressions
 

Subinterfaces of PrimitiveLiteralExp in org.eclipse.emf.ocl.expressions
 interface BooleanLiteralExp
          Deprecated. Use the BooleanLiteralExp interface, instead.
 interface IntegerLiteralExp
          Deprecated. Use the IntegerLiteralExp interface, instead.
 interface NumericLiteralExp
          Deprecated. Use the NumericLiteralExp interface, instead.
 interface RealLiteralExp
          Deprecated. Use the RealLiteralExp interface, instead.
 interface StringLiteralExp
          Deprecated. Use the StringLiteralExp interface, instead.
 

Uses of PrimitiveLiteralExp in org.eclipse.emf.ocl.expressions.impl
 

Classes in org.eclipse.emf.ocl.expressions.impl that implement PrimitiveLiteralExp
 class BooleanLiteralExpImpl
          An implementation of the model object 'Boolean Literal Exp'
 class IntegerLiteralExpImpl
          An implementation of the model object 'Integer Literal Exp'
 class NumericLiteralExpImpl
          An implementation of the model object 'Numeric Literal Exp'
 class PrimitiveLiteralExpImpl
          An implementation of the model object 'Primitive Literal Exp'
 class RealLiteralExpImpl
          An implementation of the model object 'Real Literal Exp'
 class StringLiteralExpImpl
          An implementation of the model object 'String Literal Exp'
 

Uses of PrimitiveLiteralExp in org.eclipse.emf.ocl.expressions.util
 

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type PrimitiveLiteralExp
 Object ExpressionsSwitch.casePrimitiveLiteralExp(PrimitiveLiteralExp object)
          Deprecated. Returns the result of interpretting the object as an instance of 'Primitive Literal Exp'
 


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