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
           
 interface IntegerLiteralExp
           
 interface NumericLiteralExp
           
 interface RealLiteralExp
           
 interface StringLiteralExp
           
 

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
 java.lang.Object ExpressionsSwitch.casePrimitiveLiteralExp(PrimitiveLiteralExp object)
          Returns the result of interpretting the object as an instance of 'Primitive Literal Exp'
 


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