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

Packages that use NullLiteralExpCS
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 NullLiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

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

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

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type NullLiteralExpCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_NullLiteralExpCS(org.eclipse.emf.ecore.EObject context, NullLiteralExpCS semanticObject)
          Constraint: {NullLiteralExpCS}
 

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

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

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

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

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

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