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

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

Uses of LetExpCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return LetExpCS
 LetExpCS CSTFactory.createLetExpCS()
          Returns a new object of class 'Let Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement LetExpCS
 class LetExpCSImpl
          An implementation of the model object 'Let Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return LetExpCS
 LetExpCS CSTFactoryImpl.createLetExpCS()
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type LetExpCS
 T CSTSwitch.caseLetExpCS(LetExpCS object)
          Returns the result of interpreting the object as an instance of 'Let Exp CS'
 

Uses of LetExpCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return LetExpCS
protected  LetExpCS AbstractOCLParser.createLetExpCS(EList<VariableCS> variables, OCLExpressionCS oclExpressionCS)
           
 

Methods in org.eclipse.ocl.parser with parameters of type LetExpCS
protected  OCLExpression<C> AbstractOCLAnalyzer.letExp(LetExpCS letExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          LetExpCS
protected  LetExp<C,PM> AbstractOCLAnalyzer.letExpCS(LetExpCS letExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          Deprecated. Since 1.3, use AbstractOCLAnalyzer.letExp(LetExpCS, Environment), instead.
protected  OCLExpression<C> AbstractOCLAnalyzer.letExpCSRecursive(LetExpCS letExpCS, int index, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          Constructs the LetExp
 


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