Uses of Interface
org.eclipse.ocl.cst.OperationCallExpCS

Packages that use OperationCallExpCS
org.eclipse.ocl.cst   
org.eclipse.ocl.cst.impl   
org.eclipse.ocl.cst.util   
org.eclipse.ocl.parser   
 

Uses of OperationCallExpCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return OperationCallExpCS
 OperationCallExpCS CSTFactory.createOperationCallExpCS()
          Returns a new object of class 'Operation Call Exp CS'.
 

Uses of OperationCallExpCS in org.eclipse.ocl.cst.impl
 

Classes in org.eclipse.ocl.cst.impl that implement OperationCallExpCS
 class OperationCallExpCSImpl
          An implementation of the model object 'Operation Call Exp CS'.
 

Methods in org.eclipse.ocl.cst.impl that return OperationCallExpCS
 OperationCallExpCS CSTFactoryImpl.createOperationCallExpCS()
           
 

Uses of OperationCallExpCS in org.eclipse.ocl.cst.util
 

Methods in org.eclipse.ocl.cst.util with parameters of type OperationCallExpCS
 T CSTSwitch.caseOperationCallExpCS(OperationCallExpCS object)
          Returns the result of interpreting the object as an instance of 'Operation Call Exp CS'.
 

Uses of OperationCallExpCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return OperationCallExpCS
protected  OperationCallExpCS AbstractOCLParser.createArrowOperationCallExpCS(OCLExpressionCS oclExpressionCS, SimpleNameCS simpleNameCS, IsMarkedPreCS isMarkedPreCS, org.eclipse.emf.common.util.EList<OCLExpressionCS> arguments)
           
protected  OperationCallExpCS AbstractOCLParser.createDotOperationCallExpCS(OCLExpressionCS oclExpressionCS, PathNameCS pathNameCS, SimpleNameCS simpleNameCS, IsMarkedPreCS isMarkedPreCS, org.eclipse.emf.common.util.EList<OCLExpressionCS> arguments)
           
protected  OperationCallExpCS AbstractOCLParser.createOperationCallExpCS(OCLExpressionCS oclExpressionCS, SimpleNameCS simpleNameCS, org.eclipse.emf.common.util.EList<OCLExpressionCS> arguments)
           
 

Methods in org.eclipse.ocl.parser with parameters of type OperationCallExpCS
protected  java.util.List<OCLExpression<C>> AbstractOCLAnalyzer.argumentsCS(OperationCallExpCS operationCallExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
           
protected  OCLExpression<C> AbstractOCLAnalyzer.arrowOperationCallExpCS(OperationCallExpCS operationCallExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          OperationCallExpCS for an ->
protected  OCLExpression<C> AbstractOCLAnalyzer.createImplicitSource(OperationCallExpCS operationCallExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, java.util.List<OCLExpression<C>> args)
           
protected  OperationCallExp<C,O> AbstractOCLAnalyzer.genOperationCallExp(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, OperationCallExpCS operationCallExpCS, java.lang.String rule, java.lang.String operName, OCLExpression<C> source, C ownerType, java.util.List<OCLExpression<C>> args)
          Generate an OperationCallExp node.
protected  OCLExpression<C> AbstractOCLAnalyzer.oclIsInStateOperationCallExpCS(OperationCallExpCS operationCallExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          OperationCallExpCS for oclIsInState
protected  OCLExpression<C> AbstractOCLAnalyzer.operationCallExpCS(OperationCallExpCS operationCallExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          OperationCallExpCS
protected  OCLExpression<C> AbstractOCLAnalyzer.staticOperationCallExpCS(OperationCallExpCS operationCallExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)