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

Packages that use StringLiteralExpCS
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util   
org.eclipse.ocl.examples.xtext.essentialocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.essentialocl.util   
org.eclipse.ocl.examples.xtext.essentialocl.utilities   
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type StringLiteralExpCS
 Continuation<?> AbstractEssentialOCLContainmentVisitor.visitStringLiteralExpCS(StringLiteralExpCS object)
           
 Element AbstractEssentialOCLLeft2RightVisitor.visitStringLiteralExpCS(StringLiteralExpCS object)
           
 Continuation<?> AbstractEssentialOCLPostOrderVisitor.visitStringLiteralExpCS(StringLiteralExpCS object)
           
 Continuation<?> AbstractEssentialOCLPreOrderVisitor.visitStringLiteralExpCS(StringLiteralExpCS object)
           
 Continuation<?> EssentialOCLContainmentVisitor.visitStringLiteralExpCS(StringLiteralExpCS csElement)
           
 Element EssentialOCLLeft2RightVisitor.visitStringLiteralExpCS(StringLiteralExpCS csStringLiteralExp)
           
 

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type StringLiteralExpCS
 T EssentialOCLCSTSwitch.caseStringLiteralExpCS(StringLiteralExpCS object)
          Returns the result of interpreting the object as an instance of 'String Literal Exp CS'.
 

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)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.util with parameters of type StringLiteralExpCS
 R AbstractDelegatingEssentialOCLCSVisitor.visitStringLiteralExpCS(StringLiteralExpCS object)
           
 R AbstractExtendingDelegatingEssentialOCLCSVisitor.visitStringLiteralExpCS(StringLiteralExpCS object)
           
 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.utilities
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.utilities with parameters of type StringLiteralExpCS
 java.lang.Boolean EssentialOCLCS2MonikerVisitor.visitStringLiteralExpCS(StringLiteralExpCS object)