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

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

Subinterfaces of LiteralExp in org.eclipse.ocl.examples.pivot
 interface BooleanLiteralExp
          A representation of the model object 'Boolean Literal Exp'.
 interface CollectionLiteralExp
          A representation of the model object 'Collection Literal Exp'.
 interface EnumLiteralExp
          A representation of the model object 'Enum Literal Exp'.
 interface IntegerLiteralExp
          A representation of the model object 'Integer Literal Exp'.
 interface InvalidLiteralExp
          A representation of the model object 'Invalid 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 PrimitiveLiteralExp
          A representation of the model object 'Primitive 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 TupleLiteralExp
          A representation of the model object 'Tuple Literal Exp'.
 interface UnlimitedNaturalLiteralExp
          A representation of the model object 'Unlimited Natural Literal Exp'.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement LiteralExp
 class BooleanLiteralExpImpl
          An implementation of the model object 'Boolean Literal Exp'.
 class CollectionLiteralExpImpl
          An implementation of the model object 'Collection Literal Exp'.
 class EnumLiteralExpImpl
          An implementation of the model object 'Enum Literal Exp'.
 class IntegerLiteralExpImpl
          An implementation of the model object 'Integer Literal Exp'.
 class InvalidLiteralExpImpl
          An implementation of the model object 'Invalid Literal Exp'.
 class LiteralExpImpl
          An implementation of the model object '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 TupleLiteralExpImpl
          An implementation of the model object 'Tuple Literal Exp'.
 class UnlimitedNaturalLiteralExpImpl
          An implementation of the model object 'Unlimited Natural Literal Exp'.
 

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

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

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

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