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

Packages that use EnumerationCS
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.scoping.cs   
org.eclipse.ocl.examples.xtext.base.util   
 

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

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type EnumerationCS
protected  void BasePreOrderVisitor.refreshEnumerationLiterals(EnumerationCS csEnumeration, Enumeration pivotElement)
           
 Continuation<?> BasePreOrderVisitor.visitEnumerationCS(EnumerationCS csEnumeration)
           
 ScopeCSAdapter BaseScopeVisitor.visitEnumerationCS(EnumerationCS eObject)
           
 

Uses of EnumerationCS in org.eclipse.ocl.examples.xtext.base.scoping.cs
 

Constructors in org.eclipse.ocl.examples.xtext.base.scoping.cs with parameters of type EnumerationCS
EnumCSScopeAdapter(TypeManager typeManager, EnumerationCS csElement)
           
 

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

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