Uses of Interface
org.eclipse.ocl.expressions.UnlimitedNaturalLiteralExp

Packages that use UnlimitedNaturalLiteralExp
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.internal   
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.impl   
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.operations   
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.internal.evaluation   
org.eclipse.ocl.internal.helper   
org.eclipse.ocl.parser   
org.eclipse.ocl.uml.internal   
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
org.eclipse.ocl.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
org.eclipse.ocl.utilities Abstract API for OCL AST utilities and extensions of the UML metamodel. 
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type UnlimitedNaturalLiteralExp
 java.lang.Object EvaluationVisitorDecorator.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C> literalExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C> literalExp)
          Callback for an UnlimitedNaturalLiteralExp visit.
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.ecore
 

Subinterfaces of UnlimitedNaturalLiteralExp in org.eclipse.ocl.ecore
 interface UnlimitedNaturalLiteralExp
          A representation of the model object 'Unlimited Natural Literal Exp'.
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.ecore.impl
 

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

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.ecore.internal
 

Methods in org.eclipse.ocl.ecore.internal that return UnlimitedNaturalLiteralExp
<C> UnlimitedNaturalLiteralExp<C>
OCLFactoryImpl.createUnlimitedNaturalLiteralExp()
           
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type UnlimitedNaturalLiteralExp
<C> T
EcoreSwitch.caseExpressions_UnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Unlimited Natural Literal Exp'.
<C> T
EcoreSwitch.caseUnlimitedNaturalLiteralExp_1(UnlimitedNaturalLiteralExp<C> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseExpressions_UnlimitedNaturalLiteralExp(org.eclipse.ocl.expressions.UnlimitedNaturalLiteralExp) method, instead.
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation
 

Methods in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation with parameters of type UnlimitedNaturalLiteralExp
 java.lang.Object PartialEvaluationVisitorImpl.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<org.eclipse.emf.ecore.EClassifier> literalExp)
           
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.examples.impactanalyzer.impl
 

Methods in org.eclipse.ocl.examples.impactanalyzer.impl with parameters of type UnlimitedNaturalLiteralExp
 org.eclipse.emf.ecore.EClass ContextTypeRetriever.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<org.eclipse.emf.ecore.EClassifier> literalExp)
           
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.expressions
 

Methods in org.eclipse.ocl.expressions that return UnlimitedNaturalLiteralExp
<C> UnlimitedNaturalLiteralExp<C>
ExpressionsFactory.createUnlimitedNaturalLiteralExp()
          Returns a new object of class 'Unlimited Natural Literal Exp'.
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.expressions.impl
 

Methods in org.eclipse.ocl.expressions.impl that return UnlimitedNaturalLiteralExp
<C> UnlimitedNaturalLiteralExp<C>
ExpressionsFactoryImpl.createUnlimitedNaturalLiteralExp()
           
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.expressions.operations
 

Methods in org.eclipse.ocl.expressions.operations with parameters of type UnlimitedNaturalLiteralExp
static
<C> boolean
UnlimitedNaturalLiteralExpOperations.checkNaturalType(UnlimitedNaturalLiteralExp<C> unlimitedNaturalLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          self.type.name = 'UnlimitedNatural'
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.expressions.util
 

Methods in org.eclipse.ocl.expressions.util with parameters of type UnlimitedNaturalLiteralExp
<C> T
ExpressionsSwitch.caseUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Unlimited Natural Literal Exp'.
 boolean ExpressionsValidator.validateUnlimitedNaturalLiteralExp_checkNaturalType(UnlimitedNaturalLiteralExp<?> unlimitedNaturalLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkNaturalType constraint of 'Unlimited Natural Literal Exp'.
 boolean ExpressionsValidator.validateUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<?> unlimitedNaturalLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.internal.evaluation
 

Methods in org.eclipse.ocl.internal.evaluation with parameters of type UnlimitedNaturalLiteralExp
 java.lang.Object TracingEvaluationVisitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C> literalExp)
           
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.internal.helper
 

Methods in org.eclipse.ocl.internal.helper with parameters of type UnlimitedNaturalLiteralExp
 java.util.List<Choice> OCLSyntaxHelper.ASTVisitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C> exp)
           
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return UnlimitedNaturalLiteralExp
<C> UnlimitedNaturalLiteralExp<C>
OCLFactoryWithHistory.createUnlimitedNaturalLiteralExp()
           
protected  UnlimitedNaturalLiteralExp<C> AbstractOCLAnalyzer.unlimitedNaturalLiteralExpCS(UnlimitedNaturalLiteralExpCS unlimitedNaturalLiteralExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          UnlimitedNaturalLiteralExpCS
 

Methods in org.eclipse.ocl.parser with parameters of type UnlimitedNaturalLiteralExp
 java.lang.Boolean ValidationVisitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C> unl)
          Callback for an UnlimitedNaturalLiteralExp visit.
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.uml.internal
 

Methods in org.eclipse.ocl.uml.internal that return UnlimitedNaturalLiteralExp
<C> UnlimitedNaturalLiteralExp<C>
OCLFactoryImpl.createUnlimitedNaturalLiteralExp()
           
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type UnlimitedNaturalLiteralExp
<C> T
UMLSwitch.caseExpressions_UnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Unlimited Natural Literal Exp'.
<C> T
UMLSwitch.caseUnlimitedNaturalLiteralExp_1(UnlimitedNaturalLiteralExp<C> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseExpressions_UnlimitedNaturalLiteralExp(org.eclipse.ocl.expressions.UnlimitedNaturalLiteralExp) method, instead.
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type UnlimitedNaturalLiteralExp
 java.lang.String ToStringVisitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C> unl)
          Callback for an UnlimitedNaturalLiteralExp visit.
 

Uses of UnlimitedNaturalLiteralExp in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return UnlimitedNaturalLiteralExp
<C> UnlimitedNaturalLiteralExp<C>
OCLFactory.createUnlimitedNaturalLiteralExp()
          Returns a new object of class 'Unlimited Natural Literal Exp'.
 

Methods in org.eclipse.ocl.utilities with parameters of type UnlimitedNaturalLiteralExp
 T AbstractVisitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C> literalExp)
          Simply returns AbstractVisitor.result.
 T Visitor.visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C> literalExp)