org.eclipse.ocl.uml
Interface OCLExpression

All Superinterfaces:
ASTNode, OCLExpression<Classifier>, TypedElement<Classifier>, Visitable
All Known Subinterfaces:
AssociationClassCallExp, BooleanLiteralExp, CallExp, CollectionLiteralExp, EnumLiteralExp, FeatureCallExp, IfExp, IntegerLiteralExp, InvalidLiteralExp, IterateExp, IteratorExp, LetExp, LiteralExp, LoopExp, MessageExp, NavigationCallExp, NullLiteralExp, NumericLiteralExp, OperationCallExp, PrimitiveLiteralExp, PropertyCallExp, RealLiteralExp, StateExp, StringLiteralExp, TupleLiteralExp, TypeExp, UnlimitedNaturalLiteralExp, UnspecifiedValueExp, VariableExp

public interface OCLExpression
extends OCLExpression<Classifier>

A representation of the model object 'OCL Expression'.

See Also:
UMLPackage.getOCLExpression()

Method Summary
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.Visitable
accept
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 


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