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

Packages that use LiteralExp
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 LiteralExp in org.eclipse.emf.ocl.expressions
 

Subinterfaces of LiteralExp in org.eclipse.emf.ocl.expressions
 interface BooleanLiteralExp
          Deprecated. Use the BooleanLiteralExp interface, instead.
 interface CollectionLiteralExp
          Deprecated. Use the CollectionLiteralExp interface, instead.
 interface EnumLiteralExp
          Deprecated. Use the EnumLiteralExp interface, instead.
 interface IntegerLiteralExp
          Deprecated. Use the IntegerLiteralExp interface, instead.
 interface InvalidLiteralExp
          Deprecated. Use the InvalidLiteralExp interface, instead.
 interface NullLiteralExp
          Deprecated. Use the NullLiteralExp interface, instead.
 interface NumericLiteralExp
          Deprecated. Use the NumericLiteralExp interface, instead.
 interface PrimitiveLiteralExp
          Deprecated. Use the PrimitiveLiteralExp interface, instead.
 interface RealLiteralExp
          Deprecated. Use the RealLiteralExp interface, instead.
 interface StringLiteralExp
          Deprecated. Use the StringLiteralExp interface, instead.
 interface TupleLiteralExp
          Deprecated. Use the TupleLiteralExp interface, instead.
 

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

Classes in org.eclipse.emf.ocl.expressions.impl that implement LiteralExp
 class BooleanLiteralExpImpl
          An implementation of the model object 'Boolean Literal Exp'
 class CollectionLiteralExpImpl
          An implementation of the model object 'Collection Literal Exp'
 class EnumLiteralExpImpl
          An implementation of the model object 'Enum Literal Exp'
 class IntegerLiteralExpImpl
          An implementation of the model object 'Integer Literal Exp'
 class InvalidLiteralExpImpl
          An implementation of the model object 'Invalid Literal Exp'
 class LiteralExpImpl
          An implementation of the model object 'Literal Exp'
 class NullLiteralExpImpl
          An implementation of the model object 'Null 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'
 class TupleLiteralExpImpl
          An implementation of the model object 'Tuple Literal Exp'
 

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

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


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