| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LetExp<C,PM>
A representation of the model object 'Let Exp'.
The following features are supported:
ExpressionsPackage.getLetExp()| Method Summary | |
|---|---|
|  boolean | checkLetType(DiagnosticChain diagnostics,
             Map<Object,Object> context)type = in.type | 
|  OCLExpression<C> | getIn()Returns the value of the 'In' containment reference | 
|  Variable<C,PM> | getVariable()Returns the value of the 'Variable' containment reference | 
|  void | setIn(OCLExpression<C> value)Sets the value of the ' In' containment reference | 
|  void | setVariable(Variable<C,PM> value)Sets the value of the ' Variable' containment reference | 
| Methods inherited from interface org.eclipse.ocl.utilities.TypedElement | 
|---|
| getName, getType, setName, setType | 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
|---|
| eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset | 
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier | 
|---|
| eAdapters, eDeliver, eNotify, eSetDeliver | 
| Methods inherited from interface org.eclipse.ocl.utilities.Visitable | 
|---|
| accept | 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
|---|
| eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset | 
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier | 
|---|
| eAdapters, eDeliver, eNotify, eSetDeliver | 
| Methods inherited from interface org.eclipse.ocl.utilities.ASTNode | 
|---|
| getEndPosition, getStartPosition, setEndPosition, setStartPosition | 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
|---|
| eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset | 
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier | 
|---|
| eAdapters, eDeliver, eNotify, eSetDeliver | 
| Method Detail | 
|---|
OCLExpression<C> getIn()
If the meaning of the 'In' containment reference isn't clear, there really should be more of a description here...
setIn(OCLExpression), 
ExpressionsPackage.getLetExp_In()void setIn(OCLExpression<C> value)
In' containment reference.
 
 
value - the new value of the 'In' containment reference.getIn()Variable<C,PM> getVariable()
If the meaning of the 'Variable' containment reference isn't clear, there really should be more of a description here...
setVariable(Variable), 
ExpressionsPackage.getLetExp_Variable()void setVariable(Variable<C,PM> value)
Variable' containment reference.
 
 
value - the new value of the 'Variable' containment reference.getVariable()
boolean checkLetType(DiagnosticChain diagnostics,
                     Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
 | 
 | Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||