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.createOperationCallExpCS(OCLExpressionCS oclExpressionCS, SimpleNameCS simpleNameCS, EList<OCLExpressionCS> arguments)
           
protected  OperationCallExpCS AbstractOCLParser.createOperationCallExpCS(OCLExpressionCS oclExpressionCS, SimpleNameCS simpleNameCS, IsMarkedPreCS isMarkedPreCS, EList<OCLExpressionCS> arguments)
           
protected  OperationCallExpCS AbstractOCLParser.createOperationCallExpCS(SimpleNameCS simpleNameCS, IsMarkedPreCS isMarkedPreCS, EList<OCLExpressionCS> arguments)
           
protected  OperationCallExpCS AbstractOCLParser.createOperationCallExpCS(SimpleNameCS simpleNameCS, IsMarkedPreCS isMarkedPreCS, StateExpCS stateExpCS)
           
 

Methods in org.eclipse.ocl.parser with parameters of type OperationCallExpCS
protected  OperationCallExp<C,O> AbstractOCLAnalyzer.genOperationCallExp(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, OperationCallExpCS operationCallExpCS, String rule, String operName, OCLExpression<C> source, C ownerType, List<OCLExpression<C>> args)
          Generate an OperationCallExp node. operName is the input name of the operation, which must be matched against the datatype of the operation source.
protected  OCLExpression<C> AbstractOCLAnalyzer.operationCallExpCS(OperationCallExpCS operationCallExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          OperationCallExpCS
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.