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

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

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

Subinterfaces of ContextDeclCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 interface ClassifierContextDeclCS
          A representation of the model object 'Classifier Context Decl CS'.
 interface FeatureContextDeclCS
          A representation of the model object 'Feature Context Decl CS'.
 interface OperationContextDeclCS
          A representation of the model object 'Operation Context Decl CS'.
 interface PropertyContextDeclCS
          A representation of the model object 'Property Context Decl CS'.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs that return types with arguments of type ContextDeclCS
 org.eclipse.emf.common.util.EList<ContextDeclCS> CompleteOCLDocumentCS.getContexts()
          Returns the value of the 'Contexts' containment reference list.
 org.eclipse.emf.common.util.EList<ContextDeclCS> PackageDeclarationCS.getContexts()
          Returns the value of the 'Contexts' containment reference list.
 

Uses of ContextDeclCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that implement ContextDeclCS
 class ClassifierContextDeclCSImpl
          An implementation of the model object 'Classifier Context Decl CS'.
 class ContextDeclCSImpl
          An implementation of the model object 'Context Decl CS'.
 class FeatureContextDeclCSImpl
          An implementation of the model object 'Feature Context Decl CS'.
 class OperationContextDeclCSImpl
          An implementation of the model object 'Operation Context Decl CS'.
 class PropertyContextDeclCSImpl
          An implementation of the model object 'Property Context Decl CS'.
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl with type parameters of type ContextDeclCS
protected  org.eclipse.emf.common.util.EList<ContextDeclCS> CompleteOCLDocumentCSImpl.contexts
          The cached value of the 'Contexts' containment reference list.
protected  org.eclipse.emf.common.util.EList<ContextDeclCS> PackageDeclarationCSImpl.contexts
          The cached value of the 'Contexts' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that return types with arguments of type ContextDeclCS
 org.eclipse.emf.common.util.EList<ContextDeclCS> CompleteOCLDocumentCSImpl.getContexts()
           
 org.eclipse.emf.common.util.EList<ContextDeclCS> PackageDeclarationCSImpl.getContexts()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2as with parameters of type ContextDeclCS
 Continuation<?> AutoCompleteOCLCSContainmentVisitor.visitContextDeclCS(ContextDeclCS self)
           
 Continuation<?> CompleteOCLCSPostOrderVisitor.visitContextDeclCS(ContextDeclCS csElement)