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

Packages that use UnaryOperatorCS
org.eclipse.ocl.examples.xtext.essentialocl.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util   
org.eclipse.ocl.examples.xtext.essentialocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.ui.outline   
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type UnaryOperatorCS
protected  void EssentialOCLCSPostOrderVisitor.interleaveUnaryOperator(UnaryOperatorCS csOperator)
           
 Continuation<?> AutoEssentialOCLCSContainmentVisitor.visitUnaryOperatorCS(UnaryOperatorCS self)
           
 Element EssentialOCLCSLeft2RightVisitor.visitUnaryOperatorCS(UnaryOperatorCS csOperator)
           
 

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs 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.essentialoclcs.impl
 

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

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.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.essentialoclcs.impl that return UnaryOperatorCS
 UnaryOperatorCS EssentialOCLCSFactoryImpl.createUnaryOperatorCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.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.essentialoclcs.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util with parameters of type UnaryOperatorCS
 T EssentialOCLCSSwitch.caseUnaryOperatorCS(UnaryOperatorCS object)
          Returns the result of interpreting the object as an instance of 'Unary Operator CS'.
 R AbstractDelegatingEssentialOCLCSVisitor.visitUnaryOperatorCS(UnaryOperatorCS object)
           
 Continuation<?> AbstractEssentialOCLCSContainmentVisitor.visitUnaryOperatorCS(UnaryOperatorCS csElement)
           
 Element AbstractEssentialOCLCSLeft2RightVisitor.visitUnaryOperatorCS(UnaryOperatorCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPostOrderVisitor.visitUnaryOperatorCS(UnaryOperatorCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPreOrderVisitor.visitUnaryOperatorCS(UnaryOperatorCS csElement)
           
 R AbstractExtendingEssentialOCLCSVisitor.visitUnaryOperatorCS(UnaryOperatorCS object)
           
 R AbstractNullEssentialOCLCSVisitor.visitUnaryOperatorCS(UnaryOperatorCS object)
           
 R EssentialOCLCSVisitor.visitUnaryOperatorCS(UnaryOperatorCS object)
           
 

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)