Uses of Interface
org.eclipse.ocl.examples.pivot.Precedence

Packages that use Precedence
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl   
 

Uses of Precedence in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return Precedence
 Precedence Package.createOwnedPrecedence()
          Creates a new Precedence and appends it to the 'Owned Precedence' containment reference list.
 Precedence PivotFactory.createPrecedence()
          Returns a new object of class 'Precedence'.
 Precedence Operation.getPrecedence()
          Returns the value of the 'Precedence' reference.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type Precedence
 org.eclipse.emf.common.util.EList<Precedence> Package.getOwnedPrecedences()
          Returns the value of the 'Owned Precedence' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type Precedence
 void Operation.setPrecedence(Precedence value)
          Sets the value of the 'Precedence' reference.
 

Uses of Precedence in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement Precedence
 class PrecedenceImpl
          An implementation of the model object 'Precedence'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as Precedence
protected  Precedence OperationImpl.precedence
          The cached value of the 'Precedence' reference.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type Precedence
protected  org.eclipse.emf.common.util.EList<Precedence> PackageImpl.ownedPrecedences
          The cached value of the 'Owned Precedence' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return Precedence
 Precedence OperationImpl.basicGetPrecedence()
           
 Precedence PackageImpl.createOwnedPrecedence()
           
 Precedence PivotFactoryImpl.createPrecedence()
           
 Precedence OperationImpl.getPrecedence()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type Precedence
 org.eclipse.emf.common.util.EList<Precedence> PackageImpl.getOwnedPrecedences()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type Precedence
 void OperationImpl.setPrecedence(Precedence newPrecedence)
           
 

Uses of Precedence in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type Precedence
protected  void PrettyPrintExprVisitor.precedenceVisit(OclExpression expression, Precedence newPrecedence)
           
 

Uses of Precedence in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Precedence
 T PivotSwitch.casePrecedence(Precedence object)
          Returns the result of interpreting the object as an instance of 'Precedence'.
 boolean PivotValidator.validatePrecedence(Precedence precedence, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitPrecedence(Precedence object)
           
 R AbstractExtendingVisitor.visitPrecedence(Precedence object)
           
 R AbstractNullVisitor.visitPrecedence(Precedence object)
           
 R Visitor.visitPrecedence(Precedence object)
           
 

Uses of Precedence in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return Precedence
 Precedence TypeManager.getInfixPrecedence(java.lang.String operatorName)
           
 Precedence TypeManager.getPrefixPrecedence(java.lang.String operatorName)
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type Precedence
 int PivotUtil.PrecedenceComparator.compare(Precedence p1, Precedence p2)
           
 java.lang.Object Pivot2MonikerVisitor.visitPrecedence(Precedence object)
           
 java.lang.String ToStringVisitor.visitPrecedence(Precedence precedence)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot that return types with arguments of type Precedence
protected  java.util.Map<Precedence,java.util.List<java.lang.Integer>> EssentialOCLPostOrderVisitor.createInfixPrecedenceToOperatorIndexesMap(InfixExpCS csInfix)
          Return a map of operator indexes for each used precedence.
 

Uses of Precedence in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type Precedence
protected  java.lang.String BaseLabelProvider.text(Precedence ele)
           
 

Uses of Precedence in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST that return Precedence
 Precedence LibOperationCS.getPrecedence()
          Returns the value of the 'Precedence' reference.
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST with parameters of type Precedence
 void LibOperationCS.setPrecedence(Precedence value)
          Sets the value of the 'Precedence' reference.
 

Uses of Precedence in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl
 

Fields in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl declared as Precedence
protected  Precedence LibOperationCSImpl.precedence
          The cached value of the 'Precedence' reference.
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl that return Precedence
 Precedence LibOperationCSImpl.basicGetPrecedence()
           
 Precedence LibOperationCSImpl.getPrecedence()
           
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl with parameters of type Precedence
 void LibOperationCSImpl.setPrecedence(Precedence newPrecedence)