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

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

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util with parameters of type NullLiteralExpCS
 T EssentialOCLCSSwitch.caseNullLiteralExpCS(NullLiteralExpCS object)
          Returns the result of interpreting the object as an instance of 'Null Literal Exp CS'.
 R AbstractDelegatingEssentialOCLCSVisitor.visitNullLiteralExpCS(NullLiteralExpCS object)
           
 Continuation<?> AbstractEssentialOCLCSContainmentVisitor.visitNullLiteralExpCS(NullLiteralExpCS csElement)
           
 Element AbstractEssentialOCLCSLeft2RightVisitor.visitNullLiteralExpCS(NullLiteralExpCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPostOrderVisitor.visitNullLiteralExpCS(NullLiteralExpCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPreOrderVisitor.visitNullLiteralExpCS(NullLiteralExpCS csElement)
           
 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.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)