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

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

Uses of EnumLiteralExpCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return EnumLiteralExpCS
 EnumLiteralExpCS CSTFactory.createEnumLiteralExpCS()
          Returns a new object of class 'Enum Literal Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement EnumLiteralExpCS
 class EnumLiteralExpCSImpl
          An implementation of the model object 'Enum Literal Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return EnumLiteralExpCS
 EnumLiteralExpCS CSTFactoryImpl.createEnumLiteralExpCS()
           
 

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

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

Uses of EnumLiteralExpCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return EnumLiteralExpCS
protected  EnumLiteralExpCS AbstractOCLParser.createEnumLiteralExpCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS)
           
protected  EnumLiteralExpCS AbstractOCLParser.createEnumLiteralExpCS(PathNameCS pathNameCS, String simpleName)
          Deprecated. Use AbstractOCLParser.createEnumLiteralExpCS(PathNameCS, SimpleNameCS) , instead.
 

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


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