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'
 

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'
 

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

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
 


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