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

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

Uses of UnlimitedNaturalLiteralExpCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return UnlimitedNaturalLiteralExpCS
 UnlimitedNaturalLiteralExpCS CSTFactory.createUnlimitedNaturalLiteralExpCS()
          Returns a new object of class 'Unlimited Natural Literal Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement UnlimitedNaturalLiteralExpCS
 class UnlimitedNaturalLiteralExpCSImpl
          An implementation of the model object 'Unlimited Natural Literal Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return UnlimitedNaturalLiteralExpCS
 UnlimitedNaturalLiteralExpCS CSTFactoryImpl.createUnlimitedNaturalLiteralExpCS()
           
 

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

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

Uses of UnlimitedNaturalLiteralExpCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return UnlimitedNaturalLiteralExpCS
protected  UnlimitedNaturalLiteralExpCS AbstractOCLParser.createUnlimitedNaturalLiteralExpCS(String string)
           
 

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


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