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

Packages that use ConstructorPart
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.pivot   
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 ConstructorPart in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type ConstructorPart
 CGConstructorPart Pivot2CGVisitor.visitConstructorPart(ConstructorPart element)
           
 

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

Methods in org.eclipse.ocl.examples.pivot that return ConstructorPart
 ConstructorPart PivotFactory.createConstructorPart()
          Returns a new object of class 'Constructor Part'.
 ConstructorPart ConstructorExp.createPart()
          Creates a new ConstructorPart and appends it to the 'Part' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type ConstructorPart
 java.util.List<ConstructorPart> ConstructorExp.getPart()
          Returns the value of the 'Part' containment reference list.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement ConstructorPart
 class ConstructorPartImpl
          An implementation of the model object 'Constructor Part'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type ConstructorPart
protected  org.eclipse.emf.common.util.EList<ConstructorPart> ConstructorExpImpl.part
          The cached value of the 'Part' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return ConstructorPart
 ConstructorPart PivotFactoryImpl.createConstructorPart()
           
 ConstructorPart ConstructorExpImpl.createPart()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type ConstructorPart
 java.util.List<ConstructorPart> ConstructorExpImpl.getPart()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type ConstructorPart
 java.lang.String EssentialOCLPrettyPrintVisitor.visitConstructorPart(ConstructorPart part)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type ConstructorPart
 T PivotSwitch.caseConstructorPart(ConstructorPart object)
          Returns the result of interpreting the object as an instance of 'Constructor Part'.
 boolean PivotValidator.validateConstructorPart(ConstructorPart constructorPart, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitConstructorPart(ConstructorPart object)
           
 R AbstractExtendingVisitor.visitConstructorPart(ConstructorPart object)
           
 R AbstractNullVisitor.visitConstructorPart(ConstructorPart object)
           
 R Visitor.visitConstructorPart(ConstructorPart object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type ConstructorPart
 java.lang.String ToStringVisitor.visitConstructorPart(ConstructorPart part)
          Visits the tuple constructor part's value, if any.