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.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
 MonikeredElement 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.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)