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

Packages that use DefCS
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util   
org.eclipse.ocl.examples.xtext.completeocl.cs2as   
org.eclipse.ocl.examples.xtext.completeocl.ui.labeling   
 

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

Subinterfaces of DefCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 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.completeoclcs 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.completeoclcs.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.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.completeoclcs.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.completeoclcs.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.completeoclcs.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util with parameters of type DefCS
 T CompleteOCLCSSwitch.caseDefCS(DefCS object)
          Returns the result of interpreting the object as an instance of 'Def CS'.
 Continuation<?> AbstractCompleteOCLCSContainmentVisitor.visitDefCS(DefCS csElement)
           
 Element AbstractCompleteOCLCSLeft2RightVisitor.visitDefCS(DefCS csElement)
           
 Continuation<?> AbstractCompleteOCLCSPostOrderVisitor.visitDefCS(DefCS csElement)
           
 Continuation<?> AbstractCompleteOCLCSPreOrderVisitor.visitDefCS(DefCS csElement)
           
 R AbstractDelegatingCompleteOCLCSVisitor.visitDefCS(DefCS object)
           
 R AbstractExtendingCompleteOCLCSVisitor.visitDefCS(DefCS object)
           
 R AbstractNullCompleteOCLCSVisitor.visitDefCS(DefCS object)
           
 R CompleteOCLCSVisitor.visitDefCS(DefCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2as with parameters of type DefCS
 Continuation<?> AutoCompleteOCLCSContainmentVisitor.visitDefCS(DefCS self)
           
 Continuation<?> CompleteOCLCSPreOrderVisitor.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)