org.eclipse.ocl.cst
Interface OCLExpressionCS

All Superinterfaces:
CSTNode
All Known Subinterfaces:
BooleanLiteralExpCS, CallExpCS, CollectionLiteralExpCS, CollectionTypeCS, FeatureCallExpCS, IfExpCS, IntegerLiteralExpCS, InvalidLiteralExpCS, IterateExpCS, IteratorExpCS, LetExpCS, LiteralExpCS, LoopExpCS, MessageExpCS, NullLiteralExpCS, OperationCallExpCS, PathNameCS, PrimitiveLiteralExpCS, PrimitiveTypeCS, RealLiteralExpCS, SimpleNameCS, StringLiteralExpCS, TupleLiteralExpCS, TupleTypeCS, TypeCS, UnlimitedNaturalLiteralExpCS, VariableExpCS
All Known Implementing Classes:
BooleanLiteralExpCSImpl, CallExpCSImpl, CollectionLiteralExpCSImpl, CollectionTypeCSImpl, FeatureCallExpCSImpl, IfExpCSImpl, IntegerLiteralExpCSImpl, InvalidLiteralExpCSImpl, IterateExpCSImpl, IteratorExpCSImpl, LetExpCSImpl, LiteralExpCSImpl, LoopExpCSImpl, MessageExpCSImpl, NullLiteralExpCSImpl, OCLExpressionCSImpl, OperationCallExpCSImpl, PathNameCSImpl, PrimitiveLiteralExpCSImpl, PrimitiveTypeCSImpl, RealLiteralExpCSImpl, SimpleNameCSImpl, StringLiteralExpCSImpl, TupleLiteralExpCSImpl, TupleTypeCSImpl, TypeCSImpl, UnlimitedNaturalLiteralExpCSImpl, VariableExpCSImpl

public interface OCLExpressionCS
extends CSTNode

A representation of the model object 'OCL Expression CS'.

See Also:
CSTPackage.getOCLExpressionCS()

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.