Uses of Interface
org.eclipse.ocl.examples.pivot.NumericLiteralExp

Packages that use NumericLiteralExp
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of NumericLiteralExp in org.eclipse.ocl.examples.pivot
 

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

Uses of NumericLiteralExp in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.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.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type NumericLiteralExp
 T1 PivotSwitch.caseNumericLiteralExp(NumericLiteralExp object)
          Returns the result of interpreting the object as an instance of 'Numeric Literal Exp'.
 boolean PivotValidator.validateNumericLiteralExp(NumericLiteralExp numericLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitNumericLiteralExp(NumericLiteralExp object)
           
 R AbstractExtendingVisitor.visitNumericLiteralExp(NumericLiteralExp object)
           
 R AbstractNullVisitor.visitNumericLiteralExp(NumericLiteralExp object)
           
 R AbstractWrappingVisitor.visitNumericLiteralExp(NumericLiteralExp object)
           
 R Visitor.visitNumericLiteralExp(NumericLiteralExp object)
           
 

Uses of NumericLiteralExp in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type NumericLiteralExp
protected  java.lang.String BaseLabelProvider.image(NumericLiteralExp ele)