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

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

Subinterfaces of NumericLiteralExp in org.eclipse.emf.ocl.expressions
 interface IntegerLiteralExp
           
 interface RealLiteralExp
           
 

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

Classes in org.eclipse.emf.ocl.expressions.impl that implement NumericLiteralExp
 class IntegerLiteralExpImpl
           An implementation of the model object 'Integer Literal Exp'
 class NumericLiteralExpImpl
           An implementation of the model object 'Numeric Literal Exp'
 class RealLiteralExpImpl
           An implementation of the model object 'Real Literal Exp'
 

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

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type NumericLiteralExp
 java.lang.Object ExpressionsSwitch.caseNumericLiteralExp(NumericLiteralExp object)
          Returns the result of interpretting the object as an instance of 'Numeric Literal Exp'
 


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