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

Packages that use IfExp
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.debug.stepper   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
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.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.essentialocl.ui.outline   
 

Uses of IfExp in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type IfExp
 CGIfExp AS2CGVisitor.visitIfExp(IfExp element)
           
 

Uses of IfExp in org.eclipse.ocl.examples.debug.stepper
 

Methods in org.eclipse.ocl.examples.debug.stepper with parameters of type IfExp
 IStepper OCLStepperVisitor.visitIfExp(IfExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot that return IfExp
 IfExp PivotFactory.createIfExp()
          Returns a new object of class 'If Exp'.
 

Uses of IfExp in org.eclipse.ocl.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type IfExp
 java.lang.Object AbstractEvaluationVisitorDecorator.visitIfExp(IfExp ifExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitIfExp(IfExp ifExp)
          Callback for an IfExp visit.
 java.lang.Object TracingEvaluationVisitor.visitIfExp(IfExp ifExp)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement IfExp
 class IfExpImpl
          An implementation of the model object 'If Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return IfExp
 IfExp PivotFactoryImpl.createIfExp()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type IfExp
 java.lang.Object EssentialOCLPrettyPrintVisitor.visitIfExp(IfExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type IfExp
 T1 PivotSwitch.caseIfExp(IfExp object)
          Returns the result of interpreting the object as an instance of 'If Exp'.
 boolean PivotValidator.validateIfExp_validateConditionTypeIsBoolean(IfExp ifExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateConditionTypeIsBoolean constraint of 'If Exp'.
 boolean PivotValidator.validateIfExp(IfExp ifExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitIfExp(IfExp object)
           
 R AbstractExtendingVisitor.visitIfExp(IfExp object)
           
 R AbstractNullVisitor.visitIfExp(IfExp object)
           
 R AbstractWrappingVisitor.visitIfExp(IfExp object)
           
 R Visitor.visitIfExp(IfExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type IfExp
 java.lang.Object AS2MonikerVisitor.visitIfExp(IfExp object)
           
 java.lang.String ToStringVisitor.visitIfExp(IfExp ifExp)
          Callback for an IfExp visit.
 

Uses of IfExp in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs with parameters of type IfExp
 ElementCS EssentialOCLDeclarationVisitor.visitIfExp(IfExp object)
           
 

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

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

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

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