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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type UnlimitedNaturalLiteralExpCS
 MonikeredElement EssentialOCLLeft2RightVisitor.visitUnlimitedNaturalLiteralExpCS(UnlimitedNaturalLiteralExpCS csUnlimitedNaturalLiteralExp)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return UnlimitedNaturalLiteralExpCS
 UnlimitedNaturalLiteralExpCS EssentialOCLCSTFactory.createUnlimitedNaturalLiteralExpCS()
          Returns a new object of class 'Unlimited Natural Literal Exp CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement UnlimitedNaturalLiteralExpCS
 class UnlimitedNaturalLiteralExpCSImpl
          An implementation of the model object 'Unlimited Natural Literal Exp CS'.
 

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

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

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

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

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

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

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