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

Packages that use NumericLiteralExp
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of NumericLiteralExp in org.eclipse.ocl.ecore
 

Subinterfaces of NumericLiteralExp in org.eclipse.ocl.ecore
 interface NumericLiteralExp
          A representation of the model object 'Numeric Literal Exp'.
 

Uses of NumericLiteralExp in org.eclipse.ocl.ecore.impl
 

Classes in org.eclipse.ocl.ecore.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'.
 class UnlimitedNaturalLiteralExpImpl
          An implementation of the model object 'Unlimited Natural Literal Exp'.
 

Uses of NumericLiteralExp in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type NumericLiteralExp
<C> T
EcoreSwitch.caseExpressions_NumericLiteralExp(NumericLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Numeric Literal Exp'.
<C> T
EcoreSwitch.caseNumericLiteralExp_1(NumericLiteralExp<C> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseExpressions_NumericLiteralExp(org.eclipse.ocl.expressions.NumericLiteralExp) method, instead.
 

Uses of NumericLiteralExp in org.eclipse.ocl.expressions
 

Subinterfaces of NumericLiteralExp in org.eclipse.ocl.expressions
 interface IntegerLiteralExp<C>
          A representation of the model object 'Integer Literal Exp'.
 interface RealLiteralExp<C>
          A representation of the model object 'Real Literal Exp'.
 interface UnlimitedNaturalLiteralExp<C>
          A representation of the model object 'Unlimited Natural Literal Exp'.
 

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

Methods in org.eclipse.ocl.expressions.util with parameters of type NumericLiteralExp
<C> T
ExpressionsSwitch.caseNumericLiteralExp(NumericLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Numeric Literal Exp'.
 boolean ExpressionsValidator.validateNumericLiteralExp(NumericLiteralExp<?> numericLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of NumericLiteralExp in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type NumericLiteralExp
<C> T
UMLSwitch.caseExpressions_NumericLiteralExp(NumericLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Numeric Literal Exp'.
<C> T
UMLSwitch.caseNumericLiteralExp_1(NumericLiteralExp<C> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseExpressions_NumericLiteralExp(org.eclipse.ocl.expressions.NumericLiteralExp) method, instead.