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

Packages that use PrimitiveLiteralExp
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 PrimitiveLiteralExp in org.eclipse.ocl.examples.pivot
 

Subinterfaces of PrimitiveLiteralExp in org.eclipse.ocl.examples.pivot
 interface BooleanLiteralExp
          A representation of the model object 'Boolean Literal Exp'.
 interface IntegerLiteralExp
          A representation of the model object 'Integer Literal Exp'.
 interface NullLiteralExp
          A representation of the model object 'Null Literal Exp'.
 interface NumericLiteralExp
          A representation of the model object 'Numeric Literal Exp'.
 interface RealLiteralExp
          A representation of the model object 'Real Literal Exp'.
 interface StringLiteralExp
          A representation of the model object 'String Literal Exp'.
 interface UnlimitedNaturalLiteralExp
          A representation of the model object 'Unlimited Natural Literal Exp'.
 

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

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

Uses of PrimitiveLiteralExp in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type PrimitiveLiteralExp
 T PivotSwitch.casePrimitiveLiteralExp(PrimitiveLiteralExp object)
          Returns the result of interpreting the object as an instance of 'Primitive Literal Exp'.
 boolean PivotValidator.validatePrimitiveLiteralExp(PrimitiveLiteralExp primitiveLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitPrimitiveLiteralExp(PrimitiveLiteralExp object)
           
 R AbstractExtendingVisitor.visitPrimitiveLiteralExp(PrimitiveLiteralExp object)
           
 R AbstractNullVisitor.visitPrimitiveLiteralExp(PrimitiveLiteralExp object)
           
 R Visitor.visitPrimitiveLiteralExp(PrimitiveLiteralExp object)
           
 

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

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