Uses of Interface
org.eclipse.ocl.examples.pivot.UnlimitedNaturalLiteralExp

Packages that use UnlimitedNaturalLiteralExp
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type UnlimitedNaturalLiteralExp
 CGConstantExp AS2CGVisitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp element)
           
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return UnlimitedNaturalLiteralExp
 UnlimitedNaturalLiteralExp PivotFactory.createUnlimitedNaturalLiteralExp()
          Returns a new object of class 'Unlimited Natural Literal Exp'.
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type UnlimitedNaturalLiteralExp
 java.lang.Object AbstractEvaluationVisitorDecorator.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp literalExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp unlimitedNaturalLiteralExp)
          Callback for an UnlimitedNaturalLiteralExp visit.
 java.lang.Object TracingEvaluationVisitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp literalExp)
           
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement UnlimitedNaturalLiteralExp
 class UnlimitedNaturalLiteralExpImpl
          An implementation of the model object 'Unlimited Natural Literal Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return UnlimitedNaturalLiteralExp
 UnlimitedNaturalLiteralExp PivotFactoryImpl.createUnlimitedNaturalLiteralExp()
           
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type UnlimitedNaturalLiteralExp
 java.lang.Object EssentialOCLPrettyPrintVisitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp object)
           
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type UnlimitedNaturalLiteralExp
 T1 PivotSwitch.caseUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp object)
          Returns the result of interpreting the object as an instance of 'Unlimited Natural Literal Exp'.
 boolean PivotValidator.validateUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp unlimitedNaturalLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp object)
           
 R AbstractExtendingVisitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp object)
           
 R AbstractNullVisitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp object)
           
 R AbstractWrappingVisitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp object)
           
 R Visitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp object)
           
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type UnlimitedNaturalLiteralExp
 java.lang.Object AS2MonikerVisitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp object)
           
 java.lang.String ToStringVisitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp unl)
          Callback for an UnlimitedNaturalLiteralExp visit.
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type UnlimitedNaturalLiteralExp
protected  java.lang.String BaseLabelProvider.image(UnlimitedNaturalLiteralExp ele)