Uses of Interface
org.eclipse.ocl.examples.xtext.base.baseCST.EnumerationLiteralCS

Packages that use EnumerationLiteralCS
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
org.eclipse.ocl.examples.xtext.base.baseCST.util   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.util   
org.eclipse.ocl.examples.xtext.base.utilities   
org.eclipse.ocl.examples.xtext.oclinecore.serializer   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
 

Uses of EnumerationLiteralCS in org.eclipse.ocl.examples.xtext.base.baseCST
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return EnumerationLiteralCS
 EnumerationLiteralCS BaseCSTFactory.createEnumerationLiteralCS()
          Returns a new object of class 'Enumeration Literal CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return types with arguments of type EnumerationLiteralCS
 org.eclipse.emf.common.util.EList<EnumerationLiteralCS> DataTypeCS.getLiterals()
          Returns the value of the 'Literals' containment reference list.
 org.eclipse.emf.common.util.EList<EnumerationLiteralCS> EnumerationCS.getOwnedLiterals()
          Returns the value of the 'Owned Literals' containment reference list.
 

Uses of EnumerationLiteralCS in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement EnumerationLiteralCS
 class EnumerationLiteralCSImpl
          An implementation of the model object 'Enum Literal CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl with type parameters of type EnumerationLiteralCS
protected  org.eclipse.emf.common.util.EList<EnumerationLiteralCS> DataTypeCSImpl.literals
          The cached value of the 'Literals' containment reference list.
protected  org.eclipse.emf.common.util.EList<EnumerationLiteralCS> EnumerationCSImpl.ownedLiterals
          The cached value of the 'Owned Literals' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return EnumerationLiteralCS
 EnumerationLiteralCS BaseCSTFactoryImpl.createEnumerationLiteralCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return types with arguments of type EnumerationLiteralCS
 org.eclipse.emf.common.util.EList<EnumerationLiteralCS> DataTypeCSImpl.getLiterals()
           
 org.eclipse.emf.common.util.EList<EnumerationLiteralCS> EnumerationCSImpl.getOwnedLiterals()
           
 

Uses of EnumerationLiteralCS in org.eclipse.ocl.examples.xtext.base.baseCST.util
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type EnumerationLiteralCS
 T BaseCSTSwitch.caseEnumerationLiteralCS(EnumerationLiteralCS object)
          Returns the result of interpreting the object as an instance of 'Enumeration Literal CS'.
 boolean BaseCSTValidator.validateEnumerationLiteralCS(EnumerationLiteralCS enumerationLiteralCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of EnumerationLiteralCS in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type EnumerationLiteralCS
 Continuation<?> BaseContainmentVisitor.visitEnumerationLiteralCS(EnumerationLiteralCS csElement)
           
 Continuation<?> BasePreOrderVisitor.visitEnumerationLiteralCS(EnumerationLiteralCS csEnumerationLiteral)
           
 

Uses of EnumerationLiteralCS in org.eclipse.ocl.examples.xtext.base.util
 

Methods in org.eclipse.ocl.examples.xtext.base.util with parameters of type EnumerationLiteralCS
 R AbstractDelegatingBaseCSVisitor.visitEnumerationLiteralCS(EnumerationLiteralCS object)
           
 R AbstractExtendingBaseCSVisitor.visitEnumerationLiteralCS(EnumerationLiteralCS object)
           
 R AbstractNullBaseCSVisitor.visitEnumerationLiteralCS(EnumerationLiteralCS object)
           
 R BaseCSVisitor.visitEnumerationLiteralCS(EnumerationLiteralCS object)
           
 

Uses of EnumerationLiteralCS in org.eclipse.ocl.examples.xtext.base.utilities
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type EnumerationLiteralCS
 java.lang.Boolean BaseCS2MonikerVisitor.visitEnumerationLiteralCS(EnumerationLiteralCS object)
           
 

Uses of EnumerationLiteralCS in org.eclipse.ocl.examples.xtext.oclinecore.serializer
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.serializer with parameters of type EnumerationLiteralCS
protected  void AbstractOCLinEcoreSemanticSequencer.sequence_EnumerationLiteralCS(org.eclipse.emf.ecore.EObject context, EnumerationLiteralCS semanticObject)
          Constraint: ((name=UnrestrictedName | name=EnumerationLiteralName) value=INTEGER? ownedAnnotation+=AnnotationElementCS*)
 

Uses of EnumerationLiteralCS in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling with parameters of type EnumerationLiteralCS
protected  java.lang.String OCLinEcoreLabelProvider.image(EnumerationLiteralCS ele)