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

Packages that use EnumLiteralExp
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

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

Methods in org.eclipse.ocl.examples.pivot that return EnumLiteralExp
 EnumLiteralExp PivotFactory.createEnumLiteralExp()
          Returns a new object of class 'Enum Literal Exp'.
 EnumLiteralExp OCLFactory.createEnumLiteralExp()
          Returns a new object of class 'Enum Literal Exp'.
 

Uses of EnumLiteralExp in org.eclipse.ocl.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type EnumLiteralExp
 Value EvaluationVisitorDecorator.visitEnumLiteralExp(EnumLiteralExp literalExp)
          Delegates to my decorated visitor.
 Value EvaluationVisitorImpl.visitEnumLiteralExp(EnumLiteralExp el)
          Callback for an EnumLiteralExp visit.
 Value TracingEvaluationVisitor.visitEnumLiteralExp(EnumLiteralExp literalExp)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement EnumLiteralExp
 class EnumLiteralExpImpl
          An implementation of the model object 'Enum Literal Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return EnumLiteralExp
 EnumLiteralExp PivotFactoryImpl.createEnumLiteralExp()
           
 

Uses of EnumLiteralExp in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type EnumLiteralExp
 java.lang.Object PrettyPrintExprVisitor.visitEnumLiteralExp(EnumLiteralExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type EnumLiteralExp
 T PivotSwitch.caseEnumLiteralExp(EnumLiteralExp object)
          Returns the result of interpreting the object as an instance of 'Enum Literal Exp'.
 boolean PivotValidator.validateEnumLiteralExp(EnumLiteralExp enumLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitEnumLiteralExp(EnumLiteralExp object)
           
 R AbstractExtendingVisitor.visitEnumLiteralExp(EnumLiteralExp object)
           
 R AbstractNullVisitor.visitEnumLiteralExp(EnumLiteralExp object)
           
 R Visitor.visitEnumLiteralExp(EnumLiteralExp object)
           
 

Uses of EnumLiteralExp in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return EnumLiteralExp
 EnumLiteralExp OCLFactoryImpl.createEnumLiteralExp()
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type EnumLiteralExp
 java.lang.Object Pivot2MonikerVisitor.visitEnumLiteralExp(EnumLiteralExp object)
           
 java.lang.String ToStringVisitor.visitEnumLiteralExp(EnumLiteralExp el)
          Callback for an EnumLiteralExp visit.
 

Uses of EnumLiteralExp in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot that return EnumLiteralExp
protected  EnumLiteralExp EssentialOCLLeft2RightVisitor.resolveEnumLiteral(ExpCS csExp, EnumerationLiteral enumerationLiteral)
           
 

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

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