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

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

Uses of OperationContextDeclCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return OperationContextDeclCS
 OperationContextDeclCS CSTFactory.createOperationContextDeclCS()
          Returns a new object of class 'Operation Context Decl CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement OperationContextDeclCS
 class OperationContextDeclCSImpl
          An implementation of the model object 'Operation Context Decl CS'
 

Methods in org.eclipse.ocl.cst.impl that return OperationContextDeclCS
 OperationContextDeclCS CSTFactoryImpl.createOperationContextDeclCS()
           
 

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

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

Uses of OperationContextDeclCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return OperationContextDeclCS
protected  OperationContextDeclCS AbstractOCLParser.createOperationContextDeclCS(OperationCS operationCS, EList<PrePostOrBodyDeclCS> prePostOrBodyDecls)
           
 

Methods in org.eclipse.ocl.parser with parameters of type OperationContextDeclCS
protected  Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> AbstractOCLAnalyzer.createOperationContext(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, OperationContextDeclCS operationContextCS, O operation)
           
protected  void AbstractOCLAnalyzer.operationContextDeclCS(OperationContextDeclCS operationContextDeclCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, List<CT> constraints)
          OperationContextDeclCS
 


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