Uses of Interface
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.DefCS

Packages that use DefCS
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util   
org.eclipse.ocl.examples.xtext.completeocl.cs2pivot   
org.eclipse.ocl.examples.xtext.completeocl.ui.labeling   
org.eclipse.ocl.examples.xtext.completeocl.util   
org.eclipse.ocl.examples.xtext.completeocl.utilities   
 

Uses of DefCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 

Subinterfaces of DefCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 interface DefOperationCS
          A representation of the model object 'Def Operation CS'.
 interface DefPropertyCS
          A representation of the model object 'Def Property CS'.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return types with arguments of type DefCS
 org.eclipse.emf.common.util.EList<DefCS> ClassifierContextDeclCS.getDefinitions()
          Returns the value of the 'Definitions' containment reference list.
 

Uses of DefCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement DefCS
 class DefCSImpl
          An implementation of the model object 'Def CS'.
 class DefOperationCSImpl
          An implementation of the model object 'Def Operation CS'.
 class DefPropertyCSImpl
          An implementation of the model object 'Def Property CS'.
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with type parameters of type DefCS
protected  org.eclipse.emf.common.util.EList<DefCS> ClassifierContextDeclCSImpl.definitions
          The cached value of the 'Definitions' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return types with arguments of type DefCS
 org.eclipse.emf.common.util.EList<DefCS> ClassifierContextDeclCSImpl.getDefinitions()
           
 

Uses of DefCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util with parameters of type DefCS
 T CompleteOCLCSTSwitch.caseDefCS(DefCS object)
          Returns the result of interpreting the object as an instance of 'Def CS'.
 

Uses of DefCS in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with parameters of type DefCS
 Continuation<?> AbstractCompleteOCLContainmentVisitor.visitDefCS(DefCS object)
           
 Element AbstractCompleteOCLLeft2RightVisitor.visitDefCS(DefCS object)
           
 Continuation<?> AbstractCompleteOCLPostOrderVisitor.visitDefCS(DefCS object)
           
 Continuation<?> AbstractCompleteOCLPreOrderVisitor.visitDefCS(DefCS object)
           
 Continuation<?> CompleteOCLPreOrderVisitor.visitDefCS(DefCS object)
           
 

Uses of DefCS in org.eclipse.ocl.examples.xtext.completeocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.ui.labeling with parameters of type DefCS
protected  java.lang.String CompleteOCLLabelProvider.image(DefCS ele)
           
protected  java.lang.String CompleteOCLLabelProvider.text(DefCS ele)
           
 

Uses of DefCS in org.eclipse.ocl.examples.xtext.completeocl.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.util with parameters of type DefCS
 R AbstractDelegatingCompleteOCLCSVisitor.visitDefCS(DefCS object)
           
 R AbstractExtendingCompleteOCLCSVisitor.visitDefCS(DefCS object)
           
 R AbstractExtendingDelegatingCompleteOCLCSVisitor.visitDefCS(DefCS object)
           
 R AbstractNullCompleteOCLCSVisitor.visitDefCS(DefCS object)
           
 R CompleteOCLCSVisitor.visitDefCS(DefCS object)
           
 

Uses of DefCS in org.eclipse.ocl.examples.xtext.completeocl.utilities
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.utilities with parameters of type DefCS
 java.lang.Boolean CompleteOCLCS2MonikerVisitor.visitDefCS(DefCS object)