org.eclipse.ocl.ecore
Interface LetExp

All Superinterfaces:
ASTNode, LetExp<EClassifier,EParameter>, OCLExpression<EClassifier>, TypedElement<EClassifier>, Visitable

public interface LetExp
extends OCLExpression, LetExp<EClassifier,EParameter>

A representation of the model object 'Let Exp'.

See Also:
EcorePackage.getLetExp()

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
 
Methods inherited from interface org.eclipse.ocl.expressions.LetExp
checkLetType, getIn, getVariable, setIn, setVariable
 
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.