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

Packages that use EnumLiteralExp
org.eclipse.ocl.examples.codegen.analyzer   
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.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of EnumLiteralExp in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type EnumLiteralExp
 CGConstantExp AS2CGVisitor.visitEnumLiteralExp(EnumLiteralExp element)
           
 

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'.
 

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type EnumLiteralExp
 java.lang.Object AbstractEvaluationVisitorDecorator.visitEnumLiteralExp(EnumLiteralExp literalExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitEnumLiteralExp(EnumLiteralExp el)
          Callback for an EnumLiteralExp visit.
 java.lang.Object 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 EssentialOCLPrettyPrintVisitor.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
 T1 PivotSwitch.caseEnumLiteralExp(EnumLiteralExp object)
          Returns the result of interpreting the object as an instance of 'Enum Literal Exp'.
 boolean PivotValidator.validateEnumLiteralExp_validateTypeIsEnumerationType(EnumLiteralExp enumLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTypeIsEnumerationType constraint 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 AbstractWrappingVisitor.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 with parameters of type EnumLiteralExp
 java.lang.Object AS2MonikerVisitor.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.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as that return EnumLiteralExp
protected  EnumLiteralExp EssentialOCLCSLeft2RightVisitor.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)