Uses of Interface
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.StringLiteralExpCS

Packages that use StringLiteralExpCS
org.eclipse.ocl.examples.xtext.essentialocl.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util   
org.eclipse.ocl.examples.xtext.essentialocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of StringLiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type StringLiteralExpCS
 Continuation<?> AutoEssentialOCLCSContainmentVisitor.visitStringLiteralExpCS(StringLiteralExpCS self)
           
 Continuation<?> EssentialOCLCSContainmentVisitor.visitStringLiteralExpCS(StringLiteralExpCS csElement)
           
 Element EssentialOCLCSLeft2RightVisitor.visitStringLiteralExpCS(StringLiteralExpCS csStringLiteralExp)
           
 

Uses of StringLiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs that return StringLiteralExpCS
 StringLiteralExpCS EssentialOCLCSFactory.createStringLiteralExpCS()
          Returns a new object of class 'String Literal Exp CS'.
 

Uses of StringLiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl
 

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that implement StringLiteralExpCS
 class StringLiteralExpCSImpl
          An implementation of the model object 'String Literal Exp CS'.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that return StringLiteralExpCS
 StringLiteralExpCS EssentialOCLCSFactoryImpl.createStringLiteralExpCS()
           
 

Uses of StringLiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util with parameters of type StringLiteralExpCS
 T EssentialOCLCSSwitch.caseStringLiteralExpCS(StringLiteralExpCS object)
          Returns the result of interpreting the object as an instance of 'String Literal Exp CS'.
 R AbstractDelegatingEssentialOCLCSVisitor.visitStringLiteralExpCS(StringLiteralExpCS object)
           
 Continuation<?> AbstractEssentialOCLCSContainmentVisitor.visitStringLiteralExpCS(StringLiteralExpCS csElement)
           
 Element AbstractEssentialOCLCSLeft2RightVisitor.visitStringLiteralExpCS(StringLiteralExpCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPostOrderVisitor.visitStringLiteralExpCS(StringLiteralExpCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPreOrderVisitor.visitStringLiteralExpCS(StringLiteralExpCS csElement)
           
 R AbstractExtendingEssentialOCLCSVisitor.visitStringLiteralExpCS(StringLiteralExpCS object)
           
 R AbstractNullEssentialOCLCSVisitor.visitStringLiteralExpCS(StringLiteralExpCS object)
           
 R EssentialOCLCSVisitor.visitStringLiteralExpCS(StringLiteralExpCS object)
           
 

Uses of StringLiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.serializer
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type StringLiteralExpCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_StringLiteralExpCS(org.eclipse.emf.ecore.EObject context, StringLiteralExpCS semanticObject)
          Constraint: name+=StringLiteral+
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type StringLiteralExpCS
protected  java.lang.String EssentialOCLLabelProvider.text(StringLiteralExpCS ele)