org.eclipse.ocl.cst
Interface LiteralExpCS

All Superinterfaces:
CSTNode, OCLExpressionCS
All Known Subinterfaces:
BooleanLiteralExpCS, CollectionLiteralExpCS, IntegerLiteralExpCS, InvalidLiteralExpCS, NullLiteralExpCS, PrimitiveLiteralExpCS, RealLiteralExpCS, StringLiteralExpCS, TupleLiteralExpCS, UnlimitedNaturalLiteralExpCS
All Known Implementing Classes:
BooleanLiteralExpCSImpl, CollectionLiteralExpCSImpl, IntegerLiteralExpCSImpl, InvalidLiteralExpCSImpl, LiteralExpCSImpl, NullLiteralExpCSImpl, PrimitiveLiteralExpCSImpl, RealLiteralExpCSImpl, StringLiteralExpCSImpl, TupleLiteralExpCSImpl, UnlimitedNaturalLiteralExpCSImpl

public interface LiteralExpCS
extends OCLExpressionCS

A representation of the model object 'Literal Exp CS'.

See Also:
CSTPackage.getLiteralExpCS()

Method Summary
 
Methods inherited from interface org.eclipse.ocl.cst.CSTNode
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 


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