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

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

Uses of PrePostOrBodyDeclCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return PrePostOrBodyDeclCS
 PrePostOrBodyDeclCS CSTFactory.createPrePostOrBodyDeclCS()
          Returns a new object of class 'Pre Post Or Body Decl CS'
 

Methods in org.eclipse.ocl.cst that return types with arguments of type PrePostOrBodyDeclCS
 EList<PrePostOrBodyDeclCS> OperationContextDeclCS.getPrePostOrBodyDecls()
          Returns the value of the 'Pre Post Or Body Decls' containment reference list.
 

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

Classes in org.eclipse.ocl.cst.impl that implement PrePostOrBodyDeclCS
 class PrePostOrBodyDeclCSImpl
          An implementation of the model object 'Pre Post Or Body Decl CS'
 

Fields in org.eclipse.ocl.cst.impl with type parameters of type PrePostOrBodyDeclCS
protected  EList<PrePostOrBodyDeclCS> OperationContextDeclCSImpl.prePostOrBodyDecls
          The cached value of the 'Pre Post Or Body Decls' containment reference list
 

Methods in org.eclipse.ocl.cst.impl that return PrePostOrBodyDeclCS
 PrePostOrBodyDeclCS CSTFactoryImpl.createPrePostOrBodyDeclCS()
           
 

Methods in org.eclipse.ocl.cst.impl that return types with arguments of type PrePostOrBodyDeclCS
 EList<PrePostOrBodyDeclCS> OperationContextDeclCSImpl.getPrePostOrBodyDecls()
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type PrePostOrBodyDeclCS
 T CSTSwitch.casePrePostOrBodyDeclCS(PrePostOrBodyDeclCS object)
          Returns the result of interpreting the object as an instance of 'Pre Post Or Body Decl CS'
 

Uses of PrePostOrBodyDeclCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return PrePostOrBodyDeclCS
protected  PrePostOrBodyDeclCS AbstractOCLParser.createPrePostOrBodyDeclCS(PrePostOrBodyEnum kind, SimpleNameCS simpleNameCS, OCLExpressionCS oclExpressionCS)
           
 

Methods in org.eclipse.ocl.parser with parameters of type PrePostOrBodyDeclCS
protected  CT AbstractOCLAnalyzer.prePostOrBodyDeclCS(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, PrePostOrBodyDeclCS prePostOrBodyDeclCS)
          PrePostOrBodyDeclCS
 

Method parameters in org.eclipse.ocl.parser with type arguments of type PrePostOrBodyDeclCS
protected  OperationContextDeclCS AbstractOCLParser.createOperationContextDeclCS(OperationCS operationCS, EList<PrePostOrBodyDeclCS> prePostOrBodyDecls)
           
 


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