org.eclipse.ocl.expressions.impl
Class LetExpImpl<C,PM>

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.ocl.expressions.impl.OCLExpressionImpl<C>
          extended by org.eclipse.ocl.expressions.impl.LetExpImpl<C,PM>
All Implemented Interfaces:
LetExp<C,PM>, OCLExpression<C>, ASTNode, TypedElement<C>, Visitable

public class LetExpImpl<C,PM>
extends OCLExpressionImpl<C>
implements LetExp<C,PM>

An implementation of the model object 'Let Exp'.

The following features are implemented:


Field Summary
protected  OCLExpression<C> in
          The cached value of the 'In' containment reference
protected  Variable<C,PM> variable
          The cached value of the 'Variable' containment reference
 
Fields inherited from class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition
 
Constructor Summary
protected LetExpImpl()
           
 
Method Summary
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>>
T
accept(U v)
           
 NotificationChain basicSetIn(OCLExpression<C> newIn, NotificationChain msgs)
           
 NotificationChain basicSetVariable(Variable<C,PM> newVariable, NotificationChain msgs)
           
 boolean checkLetType(DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 OCLExpression<C> getIn()
           
 Variable<C,PM> getVariable()
           
 void setIn(OCLExpression<C> newIn)
           
 void setVariable(Variable<C,PM> newVariable)
           
 
Methods inherited from class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.ocl.expressions.LetExp
checkLetType, setIn, setVariable
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 

Field Detail

in

protected OCLExpression<C> in
The cached value of the 'In' containment reference.

See Also:
getIn()

variable

protected Variable<C,PM> variable
The cached value of the 'Variable' containment reference.

See Also:
getVariable()
Constructor Detail

LetExpImpl

protected LetExpImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class OCLExpressionImpl<C>

getIn

public OCLExpression<C> getIn()

Specified by:
getIn in interface LetExp<C,PM>
Returns:
the value of the 'In' containment reference.
See Also:
LetExp.setIn(OCLExpression), ExpressionsPackage.getLetExp_In()

basicSetIn

public NotificationChain basicSetIn(OCLExpression<C> newIn,
                                    NotificationChain msgs)


setIn

public void setIn(OCLExpression<C> newIn)


getVariable

public Variable<C,PM> getVariable()

Specified by:
getVariable in interface LetExp<C,PM>
Returns:
the value of the 'Variable' containment reference.
See Also:
LetExp.setVariable(Variable), ExpressionsPackage.getLetExp_Variable()

basicSetVariable

public NotificationChain basicSetVariable(Variable<C,PM> newVariable,
                                          NotificationChain msgs)


setVariable

public void setVariable(Variable<C,PM> newVariable)


checkLetType

public boolean checkLetType(DiagnosticChain diagnostics,
                            java.util.Map<java.lang.Object,java.lang.Object> context)


eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Overrides:
eGet in class OCLExpressionImpl<C>

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Overrides:
eSet in class OCLExpressionImpl<C>

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class OCLExpressionImpl<C>

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class OCLExpressionImpl<C>

accept

public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
Description copied from class: OCLExpressionImpl

Specified by:
accept in interface Visitable
Overrides:
accept in class OCLExpressionImpl<C>

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