Uses of Interface
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.VariableCS

Packages that use VariableCS
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.completeocl.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util   
org.eclipse.ocl.examples.xtext.essentialocl.util   
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return VariableCS
 VariableCS OperationContextDeclCS.getResult()
          Returns the value of the 'Result' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return types with arguments of type VariableCS
 org.eclipse.emf.common.util.EList<VariableCS> DefCS.getParameters()
          Returns the value of the 'Parameters' containment reference list.
 org.eclipse.emf.common.util.EList<VariableCS> OperationContextDeclCS.getParameters()
          Returns the value of the 'Parameters' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST with parameters of type VariableCS
 void OperationContextDeclCS.setResult(VariableCS value)
          Sets the value of the 'Result' containment reference.
 

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

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl declared as VariableCS
protected  VariableCS OperationContextDeclCSImpl.result
          The cached value of the 'Result' containment reference.
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with type parameters of type VariableCS
protected  org.eclipse.emf.common.util.EList<VariableCS> DefCSImpl.parameters
          The cached value of the 'Parameters' containment reference list.
protected  org.eclipse.emf.common.util.EList<VariableCS> OperationContextDeclCSImpl.parameters
          The cached value of the 'Parameters' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return VariableCS
 VariableCS OperationContextDeclCSImpl.getResult()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return types with arguments of type VariableCS
 org.eclipse.emf.common.util.EList<VariableCS> DefCSImpl.getParameters()
           
 org.eclipse.emf.common.util.EList<VariableCS> OperationContextDeclCSImpl.getParameters()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with parameters of type VariableCS
 org.eclipse.emf.common.notify.NotificationChain OperationContextDeclCSImpl.basicSetResult(VariableCS newResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void OperationContextDeclCSImpl.setResult(VariableCS newResult)
           
 

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

Method parameters in org.eclipse.ocl.examples.xtext.completeocl.utilities with type arguments of type VariableCS
protected  void CompleteOCLCS2MonikerVisitor.appendParametersCS(java.util.List<VariableCS> csParameters)
           
 

Uses of VariableCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type VariableCS
 MonikeredElement EssentialOCLLeft2RightVisitor.visitVariableCS(VariableCS csVariable)
           
 Continuation<?> EssentialOCLPostOrderVisitor.visitVariableCS(VariableCS csVariable)
           
 Continuation<?> EssentialOCLPreOrderVisitor.visitVariableCS(VariableCS csVariable)
           
 ScopeCSAdapter EssentialOCLScopeVisitor.visitVariableCS(VariableCS eObject)
           
 

Uses of VariableCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 

Subinterfaces of VariableCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 interface LetVariableCS
          A representation of the model object 'Variable CS'.
 interface TupleLiteralPartCS
          A representation of the model object 'Tuple Literal Part CS'.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return VariableCS
 VariableCS EssentialOCLCSTFactory.createVariableCS()
          Returns a new object of class 'Variable CS'.
 

Uses of VariableCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement VariableCS
 class LetVariableCSImpl
          An implementation of the model object 'Variable CS'.
 class TupleLiteralPartCSImpl
          An implementation of the model object 'Tuple Literal Part CS'.
 class VariableCSImpl
          An implementation of the model object 'Variable CS'.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return VariableCS
 VariableCS EssentialOCLCSTFactoryImpl.createVariableCS()
           
 

Uses of VariableCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type VariableCS
 T EssentialOCLCSTSwitch.caseVariableCS(VariableCS object)
          Returns the result of interpreting the object as an instance of 'Variable CS'.
 

Uses of VariableCS in org.eclipse.ocl.examples.xtext.essentialocl.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.util with parameters of type VariableCS
 R AbstractDelegatingEssentialOCLCSVisitor.visitVariableCS(VariableCS object)
           
 R AbstractExtendingDelegatingEssentialOCLCSVisitor.visitVariableCS(VariableCS object)
           
 R AbstractExtendingEssentialOCLCSVisitor.visitVariableCS(VariableCS object)
           
 R AbstractNullEssentialOCLCSVisitor.visitVariableCS(VariableCS object)
           
 R EssentialOCLCSVisitor.visitVariableCS(VariableCS object)