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

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

Uses of BooleanLiteralExpCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return BooleanLiteralExpCS
 BooleanLiteralExpCS CSTFactory.createBooleanLiteralExpCS()
          Returns a new object of class 'Boolean Literal Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement BooleanLiteralExpCS
 class BooleanLiteralExpCSImpl
          An implementation of the model object 'Boolean Literal Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return BooleanLiteralExpCS
 BooleanLiteralExpCS CSTFactoryImpl.createBooleanLiteralExpCS()
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type BooleanLiteralExpCS
 T CSTSwitch.caseBooleanLiteralExpCS(BooleanLiteralExpCS object)
          Returns the result of interpreting the object as an instance of 'Boolean Literal Exp CS'
 

Uses of BooleanLiteralExpCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return BooleanLiteralExpCS
protected  BooleanLiteralExpCS AbstractOCLParser.createBooleanLiteralExpCS(String string)
           
 

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


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