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

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

Uses of InvalidLiteralExpCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return InvalidLiteralExpCS
 InvalidLiteralExpCS CSTFactory.createInvalidLiteralExpCS()
          Returns a new object of class 'Invalid Literal Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement InvalidLiteralExpCS
 class InvalidLiteralExpCSImpl
          An implementation of the model object 'Invalid Literal Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return InvalidLiteralExpCS
 InvalidLiteralExpCS CSTFactoryImpl.createInvalidLiteralExpCS()
           
 

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

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

Uses of InvalidLiteralExpCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return InvalidLiteralExpCS
protected  InvalidLiteralExpCS AbstractOCLParser.createInvalidLiteralExpCS(String string)
           
 

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


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