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.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)
           
 MonikeredElement EssentialOCLLeft2RightVisitor.visitUnaryOperatorCS(UnaryOperatorCS csOperator)
           
 ScopeCSAdapter EssentialOCLScopeVisitor.visitUnaryOperatorCS(UnaryOperatorCS eObject)
           
 

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.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)