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

Packages that use ConstructorExp
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.pivot2cs   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type ConstructorExp
 CGConstructorExp AS2CGVisitor.visitConstructorExp(ConstructorExp element)
           
 

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

Methods in org.eclipse.ocl.examples.pivot that return ConstructorExp
 ConstructorExp PivotFactory.createConstructorExp()
          Returns a new object of class 'Constructor Exp'.
 

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type ConstructorExp
 java.lang.Object AbstractEvaluationVisitorDecorator.visitConstructorExp(ConstructorExp constructorExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitConstructorExp(ConstructorExp ce)
           
 java.lang.Object TracingEvaluationVisitor.visitConstructorExp(ConstructorExp constraint)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement ConstructorExp
 class ConstructorExpImpl
          An implementation of the model object 'Constructor Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return ConstructorExp
 ConstructorExp PivotFactoryImpl.createConstructorExp()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type ConstructorExp
 Value EssentialOCLPrettyPrintVisitor.visitConstructorExp(ConstructorExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type ConstructorExp
 T1 PivotSwitch.caseConstructorExp(ConstructorExp object)
          Returns the result of interpreting the object as an instance of 'Constructor Exp'.
 boolean PivotValidator.validateConstructorExp(ConstructorExp constructorExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitConstructorExp(ConstructorExp object)
           
 R AbstractExtendingVisitor.visitConstructorExp(ConstructorExp object)
           
 R AbstractNullVisitor.visitConstructorExp(ConstructorExp object)
           
 R AbstractWrappingVisitor.visitConstructorExp(ConstructorExp object)
           
 R Visitor.visitConstructorExp(ConstructorExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type ConstructorExp
 java.lang.String AS2MonikerVisitor.visitConstructorExp(ConstructorExp constructorExp)
           
 java.lang.String ToStringVisitor.visitConstructorExp(ConstructorExp constructorExp)
          Callback for a ConstructorExp visit.
 

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

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