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

Packages that use TypeLiteralExpCS
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.util   
org.eclipse.ocl.examples.xtext.essentialocl.utilities   
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type TypeLiteralExpCS
 MonikeredElement EssentialOCLLeft2RightVisitor.visitTypeLiteralExpCS(TypeLiteralExpCS csTypeLiteralExp)
           
 

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

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.util with parameters of type TypeLiteralExpCS
 R AbstractDelegatingEssentialOCLCSVisitor.visitTypeLiteralExpCS(TypeLiteralExpCS object)
           
 R AbstractExtendingDelegatingEssentialOCLCSVisitor.visitTypeLiteralExpCS(TypeLiteralExpCS object)
           
 R AbstractExtendingEssentialOCLCSVisitor.visitTypeLiteralExpCS(TypeLiteralExpCS object)
           
 R AbstractNullEssentialOCLCSVisitor.visitTypeLiteralExpCS(TypeLiteralExpCS object)
           
 R EssentialOCLCSVisitor.visitTypeLiteralExpCS(TypeLiteralExpCS object)
           
 

Uses of TypeLiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.utilities
 

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