Uses of Interface
org.eclipse.ocl.expressions.StateExp

Packages that use StateExp
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.internal   
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.impl   
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.internal.evaluation   
org.eclipse.ocl.internal.helper   
org.eclipse.ocl.parser   
org.eclipse.ocl.uml.internal   
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
org.eclipse.ocl.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
org.eclipse.ocl.utilities Abstract API for OCL AST utilities and extensions of the UML metamodel. 
 

Uses of StateExp in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type StateExp
 java.lang.Object EvaluationVisitorDecorator.visitStateExp(StateExp<C,S> stateExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitStateExp(StateExp<C,S> s)
           
 

Uses of StateExp in org.eclipse.ocl.ecore
 

Subinterfaces of StateExp in org.eclipse.ocl.ecore
 interface StateExp
          A representation of the model object 'State Exp'.
 

Uses of StateExp in org.eclipse.ocl.ecore.impl
 

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

Uses of StateExp in org.eclipse.ocl.ecore.internal
 

Methods in org.eclipse.ocl.ecore.internal that return StateExp
<C,S> StateExp<C,S>
OCLFactoryImpl.createStateExp()
           
 

Uses of StateExp in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type StateExp
<C,S> T
EcoreSwitch.caseExpressions_StateExp(StateExp<C,S> object)
          Returns the result of interpreting the object as an instance of 'State Exp'.
<C,S> T
EcoreSwitch.caseStateExp_1(StateExp<C,S> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseExpressions_StateExp(org.eclipse.ocl.expressions.StateExp) method, instead.
 

Uses of StateExp in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation
 

Methods in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation with parameters of type StateExp
 java.lang.Object PartialEvaluationVisitorImpl.visitStateExp(StateExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EObject> s)
           
 

Uses of StateExp in org.eclipse.ocl.examples.impactanalyzer.impl
 

Methods in org.eclipse.ocl.examples.impactanalyzer.impl with parameters of type StateExp
 org.eclipse.emf.ecore.EClass ContextTypeRetriever.visitStateExp(StateExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EObject> stateExp)
           
 

Uses of StateExp in org.eclipse.ocl.expressions
 

Methods in org.eclipse.ocl.expressions that return StateExp
<C,S> StateExp<C,S>
ExpressionsFactory.createStateExp()
          Returns a new object of class 'State Exp'.
 

Uses of StateExp in org.eclipse.ocl.expressions.impl
 

Methods in org.eclipse.ocl.expressions.impl that return StateExp
<C,S> StateExp<C,S>
ExpressionsFactoryImpl.createStateExp()
           
 

Uses of StateExp in org.eclipse.ocl.expressions.util
 

Methods in org.eclipse.ocl.expressions.util with parameters of type StateExp
<C,S> T
ExpressionsSwitch.caseStateExp(StateExp<C,S> object)
          Returns the result of interpreting the object as an instance of 'State Exp'.
 boolean ExpressionsValidator.validateStateExp(StateExp<?,?> stateExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of StateExp in org.eclipse.ocl.internal.evaluation
 

Methods in org.eclipse.ocl.internal.evaluation with parameters of type StateExp
 java.lang.Object TracingEvaluationVisitor.visitStateExp(StateExp<C,S> stateExp)
           
 

Uses of StateExp in org.eclipse.ocl.internal.helper
 

Methods in org.eclipse.ocl.internal.helper with parameters of type StateExp
 java.util.List<Choice> OCLSyntaxHelper.ASTVisitor.visitStateExp(StateExp<C,S> s)
           
 

Uses of StateExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return StateExp
<C,S> StateExp<C,S>
OCLFactoryWithHistory.createStateExp()
           
protected  StateExp<C,S> AbstractOCLAnalyzer.stateExpCS(OCLExpression<C> source, CSTNode stateExpCS, org.eclipse.emf.common.util.EList<java.lang.String> statePath, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          stateExpCS
 

Methods in org.eclipse.ocl.parser with parameters of type StateExp
 java.lang.Boolean ValidationVisitor.visitStateExp(StateExp<C,S> s)
           
 

Uses of StateExp in org.eclipse.ocl.uml.internal
 

Methods in org.eclipse.ocl.uml.internal that return StateExp
<C,S> StateExp<C,S>
OCLFactoryImpl.createStateExp()
           
 

Uses of StateExp in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type StateExp
<C,S> T
UMLSwitch.caseExpressions_StateExp(StateExp<C,S> object)
          Returns the result of interpreting the object as an instance of 'State Exp'.
<C,S> T
UMLSwitch.caseStateExp_1(StateExp<C,S> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseExpressions_StateExp(org.eclipse.ocl.expressions.StateExp) method, instead.
 

Uses of StateExp in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type StateExp
 java.lang.String ToStringVisitor.visitStateExp(StateExp<C,S> s)
           
 

Uses of StateExp in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return StateExp
<C,S> StateExp<C,S>
OCLFactory.createStateExp()
          Returns a new object of class 'State Exp'.
 

Methods in org.eclipse.ocl.utilities with parameters of type StateExp
 T AbstractVisitor.visitStateExp(StateExp<C,S> stateExp)
          Simply returns AbstractVisitor.result.
 T Visitor.visitStateExp(StateExp<C,S> stateExp)