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

Packages that use TypeExp
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.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 TypeExp in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type TypeExp
 java.lang.Object EvaluationVisitorDecorator.visitTypeExp(TypeExp<C> typeExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitTypeExp(TypeExp<C> t)
          Callback for a TypeExp visiy.
 

Uses of TypeExp in org.eclipse.ocl.ecore
 

Subinterfaces of TypeExp in org.eclipse.ocl.ecore
 interface TypeExp
          A representation of the model object 'Type Exp'.
 

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

Classes in org.eclipse.ocl.ecore.impl that implement TypeExp
 class TypeExpImpl
          An implementation of the model object 'Type Exp'.
 

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.impactanalyzer.impl with parameters of type TypeExp
 org.eclipse.emf.ecore.EClass ContextTypeRetriever.visitTypeExp(TypeExp<org.eclipse.emf.ecore.EClassifier> t)
           
 

Uses of TypeExp in org.eclipse.ocl.expressions
 

Methods in org.eclipse.ocl.expressions that return TypeExp
<C> TypeExp<C>
ExpressionsFactory.createTypeExp()
          Returns a new object of class 'Type Exp'.
 

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

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

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

Methods in org.eclipse.ocl.expressions.util with parameters of type TypeExp
<C> T
ExpressionsSwitch.caseTypeExp(TypeExp<C> object)
          Returns the result of interpreting the object as an instance of 'Type Exp'.
 boolean ExpressionsValidator.validateTypeExp(TypeExp<?> typeExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Methods in org.eclipse.ocl.internal.evaluation with parameters of type TypeExp
 java.lang.Object TracingEvaluationVisitor.visitTypeExp(TypeExp<C> typeExp)
           
 

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

Methods in org.eclipse.ocl.internal.helper with parameters of type TypeExp
 java.util.List<Choice> OCLSyntaxHelper.ASTVisitor.visitTypeExp(TypeExp<C> typeExp)
           
 

Uses of TypeExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return TypeExp
<C> TypeExp<C>
OCLFactoryWithHistory.createTypeExp()
           
protected  TypeExp<C> AbstractOCLAnalyzer.simpleTypeName(SimpleNameCS simpleNameCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, OCLExpression<C> source, C classifier, java.lang.String simpleName)
          Attempts to parse a simpleNameCS as a type expression.
protected  TypeExp<C> AbstractOCLAnalyzer.typeCS(CSTNode enumLiteralExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, C type)
          EnumLiteralExpCS
 

Methods in org.eclipse.ocl.parser with parameters of type TypeExp
 java.lang.Boolean ValidationVisitor.visitTypeExp(TypeExp<C> t)
          Callback for a TypeExp visit.
 

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

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

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

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

Uses of TypeExp in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type TypeExp
 java.lang.String ToStringVisitor.visitTypeExp(TypeExp<C> t)
           
 

Uses of TypeExp in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return TypeExp
<C> TypeExp<C>
OCLFactory.createTypeExp()
          Returns a new object of class 'Type Exp'.
 

Methods in org.eclipse.ocl.utilities with parameters of type TypeExp
 T AbstractVisitor.visitTypeExp(TypeExp<C> t)
          Simply returns AbstractVisitor.result.
 T Visitor.visitTypeExp(TypeExp<C> typeExp)