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

Packages that use PropertyContextDeclCS
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 PropertyContextDeclCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 

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

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

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

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

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

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

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

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

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

Constructors in org.eclipse.ocl.examples.xtext.completeocl.scoping with parameters of type PropertyContextDeclCS
PropertyContextScopeAdapter(TypeManager typeManager, PropertyContextDeclCS csElement)
           
 

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

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

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

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

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

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