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

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

Uses of IfExpCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return IfExpCS
 IfExpCS CSTFactory.createIfExpCS()
          Returns a new object of class 'If Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement IfExpCS
 class IfExpCSImpl
          An implementation of the model object 'If Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return IfExpCS
 IfExpCS CSTFactoryImpl.createIfExpCS()
           
 

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

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

Uses of IfExpCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return IfExpCS
protected  IfExpCS AbstractOCLParser.createIfExpCS(OCLExpressionCS condition, OCLExpressionCS thenExpression, OCLExpressionCS elseExpression)
           
 

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


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