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

Packages that use TypeExp
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.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type TypeExp
 CGTypeExp AS2CGVisitor.visitTypeExp(TypeExp pTypeExp)
           
 

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

Methods in org.eclipse.ocl.examples.pivot that return TypeExp
 TypeExp PivotFactory.createTypeExp()
          Returns a new object of class 'Type Exp'.
 

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type TypeExp
 java.lang.Object AbstractEvaluationVisitorDecorator.visitTypeExp(TypeExp typeExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitTypeExp(TypeExp t)
          Callback for a TypeExp visit.
 java.lang.Object TracingEvaluationVisitor.visitTypeExp(TypeExp typeExp)
           
 

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

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

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return TypeExp
 TypeExp PivotFactoryImpl.createTypeExp()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type TypeExp
 T1 PivotSwitch.caseTypeExp(TypeExp object)
          Returns the result of interpreting the object as an instance of 'Type Exp'.
 boolean PivotValidator.validateTypeExp(TypeExp typeExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitTypeExp(TypeExp object)
           
 R AbstractExtendingVisitor.visitTypeExp(TypeExp object)
           
 R AbstractNullVisitor.visitTypeExp(TypeExp object)
           
 R AbstractWrappingVisitor.visitTypeExp(TypeExp object)
           
 R Visitor.visitTypeExp(TypeExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type TypeExp
 java.lang.Object AS2MonikerVisitor.visitTypeExp(TypeExp object)
           
 java.lang.String ToStringVisitor.visitTypeExp(TypeExp t)
           
 

Uses of TypeExp in org.eclipse.ocl.examples.xtext.essentialocl.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as that return TypeExp
protected  TypeExp EssentialOCLCSLeft2RightVisitor.resolveTypeExp(ExpCS csExp, Type type)
           
 

Uses of TypeExp in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs with parameters of type TypeExp
 ElementCS EssentialOCLDeclarationVisitor.visitTypeExp(TypeExp object)
           
 

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

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