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

Packages that use IntegerLiteralExp
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.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
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.parser   
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 IntegerLiteralExp in org.eclipse.ocl
 

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

Uses of IntegerLiteralExp in org.eclipse.ocl.ecore
 

Subinterfaces of IntegerLiteralExp in org.eclipse.ocl.ecore
 interface IntegerLiteralExp
          A representation of the model object 'Integer Literal Exp'
 

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

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

Uses of IntegerLiteralExp in org.eclipse.ocl.expressions
 

Methods in org.eclipse.ocl.expressions that return IntegerLiteralExp
<C> IntegerLiteralExp<C>
ExpressionsFactory.createIntegerLiteralExp()
          Returns a new object of class 'Integer Literal Exp'
 

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

Classes in org.eclipse.ocl.expressions.impl that implement IntegerLiteralExp
 class IntegerLiteralExpImpl<C>
          An implementation of the model object 'Integer Literal Exp'
 

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

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

Methods in org.eclipse.ocl.expressions.operations with parameters of type IntegerLiteralExp
static
<C> boolean
IntegerLiteralExpOperations.checkIntegerType(IntegerLiteralExp<C> integerLiteralExp, DiagnosticChain diagnostics, Map<Object,Object> context)
          self.type.name = 'Integer'
 

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

Methods in org.eclipse.ocl.expressions.util with parameters of type IntegerLiteralExp
<C> T
ExpressionsSwitch.caseIntegerLiteralExp(IntegerLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Integer Literal Exp'
 boolean ExpressionsValidator.validateIntegerLiteralExp_checkIntegerType(IntegerLiteralExp<?> integerLiteralExp, DiagnosticChain diagnostics, Map<Object,Object> context)
          Validates the checkIntegerType constraint of 'Integer Literal Exp'
 boolean ExpressionsValidator.validateIntegerLiteralExp(IntegerLiteralExp<?> integerLiteralExp, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

Uses of IntegerLiteralExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return IntegerLiteralExp
protected  IntegerLiteralExp<C> AbstractOCLAnalyzer.integerLiteralExpCS(IntegerLiteralExpCS integerLiteralExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          IntegerLiteralExpCS
 

Methods in org.eclipse.ocl.parser with parameters of type IntegerLiteralExp
 Boolean ValidationVisitor.visitIntegerLiteralExp(IntegerLiteralExp<C> il)
          Callback for an IntegerLiteralExp visit.
 

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

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

Uses of IntegerLiteralExp in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type IntegerLiteralExp
 String ToStringVisitor.visitIntegerLiteralExp(IntegerLiteralExp<C> il)
          Callback for an IntegerLiteralExp visit.
 

Uses of IntegerLiteralExp in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return IntegerLiteralExp
<C> IntegerLiteralExp<C>
OCLFactory.createIntegerLiteralExp()
          Returns a new object of class 'Integer Literal Exp'
 

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


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.