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

Packages that use FeatureContextDeclCS
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.util   
 

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

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

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

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement FeatureContextDeclCS
 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'.
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util with parameters of type FeatureContextDeclCS
 T CompleteOCLCSTSwitch.caseFeatureContextDeclCS(FeatureContextDeclCS object)
          Returns the result of interpreting the object as an instance of 'Feature Context Decl CS'.
 

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

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

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

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