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

Packages that use StateExp
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type StateExp
 CGNamedElement AS2CGVisitor.visitStateExp(StateExp element)
           
 

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

Methods in org.eclipse.ocl.examples.pivot that return StateExp
 StateExp PivotFactory.createStateExp()
          Returns a new object of class 'State Exp'.
 

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type StateExp
 java.lang.Object AbstractEvaluationVisitorDecorator.visitStateExp(StateExp stateExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitStateExp(StateExp s)
           
 java.lang.Object TracingEvaluationVisitor.visitStateExp(StateExp stateExp)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement StateExp
 class StateExpImpl
          An implementation of the model object 'State Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return StateExp
 StateExp PivotFactoryImpl.createStateExp()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type StateExp
 T1 PivotSwitch.caseStateExp(StateExp object)
          Returns the result of interpreting the object as an instance of 'State Exp'.
 boolean PivotValidator.validateStateExp(StateExp stateExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitStateExp(StateExp object)
           
 R AbstractExtendingVisitor.visitStateExp(StateExp object)
           
 R AbstractNullVisitor.visitStateExp(StateExp object)
           
 R AbstractWrappingVisitor.visitStateExp(StateExp object)
           
 R Visitor.visitStateExp(StateExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type StateExp
 java.lang.String ToStringVisitor.visitStateExp(StateExp s)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as that return StateExp
protected  StateExp EssentialOCLCSLeft2RightVisitor.resolveStateExp(ExpCS csExp, State state)
           
 

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

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