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

Packages that use OperationContextDeclCS
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.scoping   
org.eclipse.ocl.examples.xtext.completeocl.ui.labeling   
org.eclipse.ocl.examples.xtext.completeocl.util   
org.eclipse.ocl.examples.xtext.completeocl.utilities   
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return OperationContextDeclCS
 OperationContextDeclCS CompleteOCLCSTFactory.createOperationContextDeclCS()
          Returns a new object of class 'Operation Context Decl CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement OperationContextDeclCS
 class OperationContextDeclCSImpl
          An implementation of the model object 'Operation Context Decl CS'.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return OperationContextDeclCS
 OperationContextDeclCS CompleteOCLCSTFactoryImpl.createOperationContextDeclCS()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with parameters of type OperationContextDeclCS
 Continuation<?> CompleteOCLPreOrderVisitor.visitOperationContextDeclCS(OperationContextDeclCS object)
           
 ScopeCSAdapter CompleteOCLScopeVisitor.visitOperationContextDeclCS(OperationContextDeclCS eObject)
           
 

Uses of OperationContextDeclCS in org.eclipse.ocl.examples.xtext.completeocl.scoping
 

Constructors in org.eclipse.ocl.examples.xtext.completeocl.scoping with parameters of type OperationContextDeclCS
OperationContextFilter(OperationContextDeclCS csOperationContext)
           
OperationContextScopeAdapter(TypeManager typeManager, OperationContextDeclCS csElement)
           
 

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

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

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

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

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

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