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

Packages that use UnaryOperatorCS
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.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.ui.outline   
org.eclipse.ocl.examples.xtext.essentialocl.util   
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type UnaryOperatorCS
protected  void EssentialOCLPostOrderVisitor.interleaveUnaryOperator(UnaryOperatorCS csOperator)
           
 Continuation<?> AbstractEssentialOCLContainmentVisitor.visitUnaryOperatorCS(UnaryOperatorCS object)
           
 Element AbstractEssentialOCLLeft2RightVisitor.visitUnaryOperatorCS(UnaryOperatorCS object)
           
 Continuation<?> AbstractEssentialOCLPostOrderVisitor.visitUnaryOperatorCS(UnaryOperatorCS object)
           
 Continuation<?> AbstractEssentialOCLPreOrderVisitor.visitUnaryOperatorCS(UnaryOperatorCS object)
           
 Element EssentialOCLLeft2RightVisitor.visitUnaryOperatorCS(UnaryOperatorCS csOperator)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return UnaryOperatorCS
 UnaryOperatorCS EssentialOCLCSTFactory.createUnaryOperatorCS()
          Returns a new object of class 'Unary Operator CS'.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return types with arguments of type UnaryOperatorCS
 org.eclipse.emf.common.util.EList<UnaryOperatorCS> PrefixExpCS.getOwnedOperator()
          Returns the value of the 'Owned Operator' containment reference list.
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement UnaryOperatorCS
 class UnaryOperatorCSImpl
          An implementation of the model object 'Unary Operator CS'.
 

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl with type parameters of type UnaryOperatorCS
protected  org.eclipse.emf.common.util.EList<UnaryOperatorCS> PrefixExpCSImpl.ownedOperator
          The cached value of the 'Owned Operator' containment reference list.
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return types with arguments of type UnaryOperatorCS
 org.eclipse.emf.common.util.EList<UnaryOperatorCS> PrefixExpCSImpl.getOwnedOperator()
           
 

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

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

Uses of UnaryOperatorCS in org.eclipse.ocl.examples.xtext.essentialocl.serializer
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type UnaryOperatorCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_EssentialOCLUnaryOperatorCS(org.eclipse.emf.ecore.EObject context, UnaryOperatorCS semanticObject)
          Constraint: (name='-' | name='not')
 

Uses of UnaryOperatorCS in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline with parameters of type UnaryOperatorCS
protected  void EssentialOCLOutlineTreeProvider._createChildren(org.eclipse.xtext.ui.editor.outline.IOutlineNode parentNode, UnaryOperatorCS csOperator)
           
 

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

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