Uses of Class
org.eclipse.ocl.examples.xtext.base.cs2as.CS2PivotConversion

Packages that use CS2PivotConversion
org.eclipse.ocl.examples.xtext.base.cs2as   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util   
org.eclipse.ocl.examples.xtext.completeocl.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util   
org.eclipse.ocl.examples.xtext.oclinecore.cs2as   
org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.util   
org.eclipse.ocl.examples.xtext.oclstdlib.cs2as   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util   
 

Uses of CS2PivotConversion in org.eclipse.ocl.examples.xtext.base.cs2as
 

Fields in org.eclipse.ocl.examples.xtext.base.cs2as declared as CS2PivotConversion
protected  CS2PivotConversion BasicContinuation.context
           
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as that return CS2PivotConversion
protected  CS2PivotConversion CS2Pivot.createConversion(org.eclipse.xtext.diagnostics.IDiagnosticConsumer diagnosticsConsumer, java.util.Collection<? extends BaseCSResource> csResources)
           
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type CS2PivotConversion
protected  BaseCSVisitor<Continuation<?>> BaseCS2Pivot.createContainmentVisitor(CS2PivotConversion converter)
           
protected abstract  BaseCSVisitor<Continuation<?>> CS2Pivot.createContainmentVisitor(CS2PivotConversion cs2PivotConversion)
           
protected  BaseCSVisitor<Element> BaseCS2Pivot.createLeft2RightVisitor(CS2PivotConversion converter)
           
protected abstract  BaseCSVisitor<Element> CS2Pivot.createLeft2RightVisitor(CS2PivotConversion cs2PivotConversion)
           
protected  BaseCSVisitor<Continuation<?>> BaseCS2Pivot.createPostOrderVisitor(CS2PivotConversion converter)
           
protected abstract  BaseCSVisitor<Continuation<?>> CS2Pivot.createPostOrderVisitor(CS2PivotConversion converter)
           
protected  BaseCSVisitor<Continuation<?>> BaseCS2Pivot.createPreOrderVisitor(CS2PivotConversion converter)
           
protected abstract  BaseCSVisitor<Continuation<?>> CS2Pivot.createPreOrderVisitor(CS2PivotConversion converter)
           
 

Constructors in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type CS2PivotConversion
AutoBaseCSContainmentVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
BaseCSContainmentVisitor(CS2PivotConversion context)
           
BaseCSLeft2RightVisitor(CS2PivotConversion context)
           
BaseCSPostOrderVisitor.ListCompletion(CS2PivotConversion context, NamedElement pivotParent, org.eclipse.emf.ecore.EStructuralFeature pivotFeature, java.util.List<? extends CST> csElements, Dependency[] dependencies, java.lang.Class<P> pivotClass, java.util.List<P> pivotElements)
           
BaseCSPostOrderVisitor(CS2PivotConversion context)
           
BaseCSPreOrderVisitor.ClassSupersContinuation(CS2PivotConversion context, Class pivotParent, ClassCS csElement)
           
BaseCSPreOrderVisitor.LambdaContinuation(CS2PivotConversion context, LambdaTypeCS csElement)
           
BaseCSPreOrderVisitor.ParameterContinuation(CS2PivotConversion context, ParameterCS csElement)
           
BaseCSPreOrderVisitor.PrimitiveTypeRefContinuation(CS2PivotConversion context, PrimitiveTypeRefCS csElement)
           
BaseCSPreOrderVisitor.SpecializedTypeRefContinuation1(CS2PivotConversion context, TypedTypeRefCS csElement)
           
BaseCSPreOrderVisitor.SpecializedTypeRefContinuation2(CS2PivotConversion context, TypedTypeRefCS csElement)
           
BaseCSPreOrderVisitor.TemplateSignatureContinuation(CS2PivotConversion context, NamedElement pivotParent, ClassifierCS csElement)
           
BaseCSPreOrderVisitor.TupleContinuation(CS2PivotConversion context, TupleTypeCS csElement)
           
BaseCSPreOrderVisitor.TypedRefContinuation(CS2PivotConversion context, T csElement, Dependency... dependencies)
           
BaseCSPreOrderVisitor.UnspecializedTypeRefContinuation(CS2PivotConversion context, TypedTypeRefCS csElement)
           
BaseCSPreOrderVisitor(CS2PivotConversion context)
           
BasicContinuation(CS2PivotConversion context, Element pivotParent, org.eclipse.emf.ecore.EStructuralFeature pivotFeature, T csElement, Dependency... dependencies)
           
MultipleContinuation(CS2PivotConversion context, NamedElement pivotParent, org.eclipse.emf.ecore.EStructuralFeature pivotFeature, java.util.List<? extends T> csElements, Dependency... dependencies)
           
NewBaseCSContainmentVisitor(CS2PivotConversion context)
           
SingleContinuation(CS2PivotConversion context, Element pivotParent, org.eclipse.emf.ecore.EStructuralFeature pivotFeature, T csElement, Dependency... dependencies)
           
SingleContinuation(CS2PivotConversion context, Element pivotParent, org.eclipse.emf.ecore.EStructuralFeature pivotFeature, T csElement, java.util.List<Dependency> dependencies)
           
 

Uses of CS2PivotConversion in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util
 

Constructors in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util with parameters of type CS2PivotConversion
AbstractCompleteOCLCSContainmentVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
AbstractCompleteOCLCSLeft2RightVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
AbstractCompleteOCLCSPostOrderVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
AbstractCompleteOCLCSPreOrderVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
 

Uses of CS2PivotConversion in org.eclipse.ocl.examples.xtext.completeocl.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2as with parameters of type CS2PivotConversion
protected  CompleteOCLCSVisitor<Continuation<?>> CompleteOCLCS2Pivot.createContainmentVisitor(CS2PivotConversion converter)
           
protected  CompleteOCLCSVisitor<Element> CompleteOCLCS2Pivot.createLeft2RightVisitor(CS2PivotConversion converter)
           
protected  CompleteOCLCSVisitor<Continuation<?>> CompleteOCLCS2Pivot.createPostOrderVisitor(CS2PivotConversion converter)
           
protected  CompleteOCLCSVisitor<Continuation<?>> CompleteOCLCS2Pivot.createPreOrderVisitor(CS2PivotConversion converter)
           
 

Constructors in org.eclipse.ocl.examples.xtext.completeocl.cs2as with parameters of type CS2PivotConversion
AutoCompleteOCLCSContainmentVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
CompleteOCLCSContainmentVisitor(CS2PivotConversion context)
           
CompleteOCLCSLeft2RightVisitor(CS2PivotConversion context)
           
CompleteOCLCSPostOrderVisitor(CS2PivotConversion context)
           
CompleteOCLCSPreOrderVisitor(CS2PivotConversion context)
           
NewCompleteOCLCSContainmentVisitor(CS2PivotConversion context)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type CS2PivotConversion
protected  EssentialOCLCSVisitor<Continuation<?>> EssentialOCLCS2Pivot.createContainmentVisitor(CS2PivotConversion converter)
           
protected  EssentialOCLCSVisitor<Element> EssentialOCLCS2Pivot.createLeft2RightVisitor(CS2PivotConversion converter)
           
protected  EssentialOCLCSVisitor<Continuation<?>> EssentialOCLCS2Pivot.createPostOrderVisitor(CS2PivotConversion converter)
           
protected  EssentialOCLCSVisitor<Continuation<?>> EssentialOCLCS2Pivot.createPreOrderVisitor(CS2PivotConversion converter)
           
 

Constructors in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type CS2PivotConversion
AutoEssentialOCLCSContainmentVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
EssentialOCLCSContainmentVisitor(CS2PivotConversion context)
           
EssentialOCLCSLeft2RightVisitor(CS2PivotConversion context)
           
EssentialOCLCSPostOrderVisitor.ConstraintCSCompletion(CS2PivotConversion context, ConstraintCS csElement)
           
EssentialOCLCSPostOrderVisitor.ContextCSCompletion(CS2PivotConversion context, ContextCS csElement)
           
EssentialOCLCSPostOrderVisitor.ExpSpecificationCSCompletion(CS2PivotConversion context, ExpSpecificationCS csElement)
           
EssentialOCLCSPostOrderVisitor(CS2PivotConversion context)
           
EssentialOCLCSPreOrderVisitor.CollectionTypeContinuation(CS2PivotConversion context, CollectionTypeCS csElement)
           
EssentialOCLCSPreOrderVisitor.TypeNameExpContinuation(CS2PivotConversion context, TypeNameExpCS csElement)
           
EssentialOCLCSPreOrderVisitor(CS2PivotConversion context)
           
NewEssentialOCLCSContainmentVisitor(CS2PivotConversion context)
           
 

Uses of CS2PivotConversion in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util
 

Constructors in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util with parameters of type CS2PivotConversion
AbstractEssentialOCLCSContainmentVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
AbstractEssentialOCLCSLeft2RightVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
AbstractEssentialOCLCSPostOrderVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
AbstractEssentialOCLCSPreOrderVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
 

Uses of CS2PivotConversion in org.eclipse.ocl.examples.xtext.oclinecore.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.cs2as with parameters of type CS2PivotConversion
protected  OCLinEcoreCSVisitor<Continuation<?>> OCLinEcoreCS2Pivot.createContainmentVisitor(CS2PivotConversion converter)
           
protected  OCLinEcoreCSVisitor<Element> OCLinEcoreCS2Pivot.createLeft2RightVisitor(CS2PivotConversion converter)
           
protected  OCLinEcoreCSVisitor<Continuation<?>> OCLinEcoreCS2Pivot.createPostOrderVisitor(CS2PivotConversion converter)
           
protected  OCLinEcoreCSVisitor<Continuation<?>> OCLinEcoreCS2Pivot.createPreOrderVisitor(CS2PivotConversion converter)
           
 

Constructors in org.eclipse.ocl.examples.xtext.oclinecore.cs2as with parameters of type CS2PivotConversion
AutoOCLinEcoreCSContainmentVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
NewOCLinEcoreCSContainmentVisitor(CS2PivotConversion context)
           
OCLinEcoreCSContainmentVisitor(CS2PivotConversion context)
           
OCLinEcoreCSLeft2RightVisitor(CS2PivotConversion context)
           
OCLinEcoreCSPostOrderVisitor(CS2PivotConversion context)
           
OCLinEcoreCSPreOrderVisitor(CS2PivotConversion context)
           
 

Uses of CS2PivotConversion in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.util
 

Constructors in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.util with parameters of type CS2PivotConversion
AbstractOCLinEcoreCSContainmentVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
AbstractOCLinEcoreCSLeft2RightVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
AbstractOCLinEcoreCSPostOrderVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
AbstractOCLinEcoreCSPreOrderVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
 

Uses of CS2PivotConversion in org.eclipse.ocl.examples.xtext.oclstdlib.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.cs2as with parameters of type CS2PivotConversion
protected  OCLstdlibCSVisitor<Continuation<?>> OCLstdlibCS2Pivot.createContainmentVisitor(CS2PivotConversion converter)
           
protected  OCLstdlibCSVisitor<Element> OCLstdlibCS2Pivot.createLeft2RightVisitor(CS2PivotConversion converter)
           
protected  OCLstdlibCSVisitor<Continuation<?>> OCLstdlibCS2Pivot.createPostOrderVisitor(CS2PivotConversion converter)
           
protected  OCLstdlibCSVisitor<Continuation<?>> OCLstdlibCS2Pivot.createPreOrderVisitor(CS2PivotConversion converter)
           
 

Constructors in org.eclipse.ocl.examples.xtext.oclstdlib.cs2as with parameters of type CS2PivotConversion
AutoOCLstdlibCSContainmentVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
NewOCLstdlibCSContainmentVisitor(CS2PivotConversion context)
           
OCLstdlibCSContainmentVisitor(CS2PivotConversion context)
           
OCLstdlibCSLeft2RightVisitor(CS2PivotConversion context)
           
OCLstdlibCSPostOrderVisitor(CS2PivotConversion context)
           
OCLstdlibCSPreOrderVisitor.ClassifierInstanceTypeContinuation(CS2PivotConversion context, LibClassCS csElement)
           
OCLstdlibCSPreOrderVisitor.CollectionElementTypeContinuation(CS2PivotConversion context, LibClassCS csElement)
           
OCLstdlibCSPreOrderVisitor.LibIterationContinuation(CS2PivotConversion context, LibIterationCS csElement)
           
OCLstdlibCSPreOrderVisitor.LibOperationContinuation(CS2PivotConversion context, LibOperationCS csElement)
           
OCLstdlibCSPreOrderVisitor.LibPropertyContinuation(CS2PivotConversion context, LibPropertyCS csElement)
           
OCLstdlibCSPreOrderVisitor(CS2PivotConversion context)
           
 

Uses of CS2PivotConversion in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util
 

Constructors in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util with parameters of type CS2PivotConversion
AbstractOCLstdlibCSContainmentVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
AbstractOCLstdlibCSLeft2RightVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
AbstractOCLstdlibCSPostOrderVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
AbstractOCLstdlibCSPreOrderVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.
AutoOCLstdlibContainmentVisitor(CS2PivotConversion context)
          Initializes me with an initial value for my result.