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

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

Uses of OperationCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return OperationCS
 OperationCS CSTFactory.createOperationCS()
          Returns a new object of class 'Operation CS'
 OperationCS OperationContextDeclCS.getOperationCS()
          Returns the value of the 'Operation CS' containment reference
 OperationCS DefExpressionCS.getOperationCS()
          Returns the value of the 'Operation CS' containment reference
 

Methods in org.eclipse.ocl.cst with parameters of type OperationCS
 void OperationContextDeclCS.setOperationCS(OperationCS value)
          Sets the value of the 'Operation CS' containment reference
 void DefExpressionCS.setOperationCS(OperationCS value)
          Sets the value of the 'Operation CS' containment reference
 

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

Classes in org.eclipse.ocl.cst.impl that implement OperationCS
 class OperationCSImpl
          An implementation of the model object 'Operation CS'
 

Fields in org.eclipse.ocl.cst.impl declared as OperationCS
protected  OperationCS OperationContextDeclCSImpl.operationCS
          The cached value of the 'Operation CS' containment reference
protected  OperationCS DefExpressionCSImpl.operationCS
          The cached value of the 'Operation CS' containment reference
 

Methods in org.eclipse.ocl.cst.impl that return OperationCS
 OperationCS CSTFactoryImpl.createOperationCS()
           
 OperationCS OperationContextDeclCSImpl.getOperationCS()
           
 OperationCS DefExpressionCSImpl.getOperationCS()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type OperationCS
 NotificationChain OperationContextDeclCSImpl.basicSetOperationCS(OperationCS newOperationCS, NotificationChain msgs)
           
 NotificationChain DefExpressionCSImpl.basicSetOperationCS(OperationCS newOperationCS, NotificationChain msgs)
           
 void OperationContextDeclCSImpl.setOperationCS(OperationCS newOperationCS)
           
 void DefExpressionCSImpl.setOperationCS(OperationCS newOperationCS)
           
 

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

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

Uses of OperationCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return OperationCS
protected  OperationCS AbstractOCLParser.createOperationCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS, EList<VariableCS> list, TypeCS typeCS)
           
protected  OperationCS AbstractOCLParser.createOperationCS(String simpleName, EList<VariableCS> list, TypeCS typeCS)
           
 

Methods in org.eclipse.ocl.parser with parameters of type OperationCS
protected  DefExpressionCS AbstractOCLParser.createDefExpressionCS(VariableCS variableCS, OperationCS operationCS, OCLExpressionCS oclExpressionCS)
           
protected  OperationContextDeclCS AbstractOCLParser.createOperationContextDeclCS(OperationCS operationCS, EList<PrePostOrBodyDeclCS> prePostOrBodyDecls)
           
protected  Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> AbstractOCLAnalyzer.operationCS(OperationCS operationCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          OperationCS
 


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