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

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

Uses of IntegerLiteralExpCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return IntegerLiteralExpCS
 IntegerLiteralExpCS CSTFactory.createIntegerLiteralExpCS()
          Returns a new object of class 'Integer Literal Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement IntegerLiteralExpCS
 class IntegerLiteralExpCSImpl
          An implementation of the model object 'Integer Literal Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return IntegerLiteralExpCS
 IntegerLiteralExpCS CSTFactoryImpl.createIntegerLiteralExpCS()
           
 

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

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

Uses of IntegerLiteralExpCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return IntegerLiteralExpCS
protected  IntegerLiteralExpCS AbstractOCLParser.createIntegerLiteralExpCS(String string)
           
protected  IntegerLiteralExpCS AbstractOCLParser.createRangeStart(String integerDotDot, boolean isNegative)
           
 

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


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