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

Packages that use PrimitiveLiteralExp
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
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.impl Implementation 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 PrimitiveLiteralExp in org.eclipse.ocl.ecore
 

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

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

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

Uses of PrimitiveLiteralExp in org.eclipse.ocl.expressions
 

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

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

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

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

Methods in org.eclipse.ocl.expressions.util with parameters of type PrimitiveLiteralExp
<C> T
ExpressionsSwitch.casePrimitiveLiteralExp(PrimitiveLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Primitive Literal Exp'
 boolean ExpressionsValidator.validatePrimitiveLiteralExp(PrimitiveLiteralExp<?> primitiveLiteralExp, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

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

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


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