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

Packages that use UnlimitedNaturalLiteralExp
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.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return UnlimitedNaturalLiteralExp
 UnlimitedNaturalLiteralExp PivotFactory.createUnlimitedNaturalLiteralExp()
          Returns a new object of class 'Unlimited Natural Literal Exp'.
 UnlimitedNaturalLiteralExp OCLFactory.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
 Value EvaluationVisitorDecorator.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp literalExp)
          Delegates to my decorated visitor.
 Value EvaluationVisitorImpl.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp unlimitedNaturalLiteralExp)
          Callback for an UnlimitedNaturalLiteralExp visit.
 Value 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 PrettyPrintExprVisitor.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
 T 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 Visitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities that return UnlimitedNaturalLiteralExp
 UnlimitedNaturalLiteralExp OCLFactoryImpl.createUnlimitedNaturalLiteralExp()
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type UnlimitedNaturalLiteralExp
 java.lang.Object Pivot2MonikerVisitor.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)