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

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

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
 Value EvaluationVisitorDecorator.visitConstructorExp(ConstructorExp constructorExp)
          Delegates to my decorated visitor.
 Value EvaluationVisitorImpl.visitConstructorExp(ConstructorExp ce)
           
 Value 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
 T 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 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 Pivot2MonikerVisitor.visitConstructorExp(ConstructorExp constructorExp)
           
 java.lang.String ToStringVisitor.visitConstructorExp(ConstructorExp constructorExp)
          Callback for a ConstructorExp visit.