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

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

Uses of LiteralExpCS in org.eclipse.ocl.cst
 

Subinterfaces of LiteralExpCS in org.eclipse.ocl.cst
 interface BooleanLiteralExpCS
          A representation of the model object 'Boolean Literal Exp CS'
 interface CollectionLiteralExpCS
          A representation of the model object 'Collection Literal Exp CS'
 interface EnumLiteralExpCS
          A representation of the model object 'Enum Literal Exp CS'
 interface IntegerLiteralExpCS
          A representation of the model object 'Integer Literal Exp CS'
 interface InvalidLiteralExpCS
          A representation of the model object 'Invalid Literal Exp CS'
 interface NullLiteralExpCS
          A representation of the model object 'Null Literal Exp CS'
 interface PrimitiveLiteralExpCS
          A representation of the model object 'Primitive Literal Exp CS'
 interface RealLiteralExpCS
          A representation of the model object 'Real Literal Exp CS'
 interface StringLiteralExpCS
          A representation of the model object 'String Literal Exp CS'
 interface TupleLiteralExpCS
          A representation of the model object 'Tuple Literal Exp CS'
 interface UnlimitedNaturalLiteralExpCS
          A representation of the model object 'Unlimited Natural Literal Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement LiteralExpCS
 class BooleanLiteralExpCSImpl
          An implementation of the model object 'Boolean Literal Exp CS'
 class CollectionLiteralExpCSImpl
          An implementation of the model object 'Collection Literal Exp CS'
 class EnumLiteralExpCSImpl
          An implementation of the model object 'Enum Literal Exp CS'
 class IntegerLiteralExpCSImpl
          An implementation of the model object 'Integer Literal Exp CS'
 class InvalidLiteralExpCSImpl
          An implementation of the model object 'Invalid Literal Exp CS'
 class LiteralExpCSImpl
          An implementation of the model object 'Literal Exp CS'
 class NullLiteralExpCSImpl
          An implementation of the model object 'Null Literal Exp CS'
 class PrimitiveLiteralExpCSImpl
          An implementation of the model object 'Primitive Literal Exp CS'
 class RealLiteralExpCSImpl
          An implementation of the model object 'Real Literal Exp CS'
 class StringLiteralExpCSImpl
          An implementation of the model object 'String Literal Exp CS'
 class TupleLiteralExpCSImpl
          An implementation of the model object 'Tuple Literal Exp CS'
 class UnlimitedNaturalLiteralExpCSImpl
          An implementation of the model object 'Unlimited Natural Literal Exp CS'
 

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

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

Uses of LiteralExpCS in org.eclipse.ocl.parser
 

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


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