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

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

Uses of NullLiteralExpCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return NullLiteralExpCS
 NullLiteralExpCS CSTFactory.createNullLiteralExpCS()
          Returns a new object of class 'Null Literal Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement NullLiteralExpCS
 class NullLiteralExpCSImpl
          An implementation of the model object 'Null Literal Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return NullLiteralExpCS
 NullLiteralExpCS CSTFactoryImpl.createNullLiteralExpCS()
           
 

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

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

Uses of NullLiteralExpCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return NullLiteralExpCS
protected  NullLiteralExpCS AbstractOCLParser.createNullLiteralExpCS(String string)
           
 

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


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