org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl
Class TryExpImpl

java.lang.Object
  extended by OCLExpressionImpl
      extended by org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl.ImperativeExpressionImpl
          extended by org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl.TryExpImpl
All Implemented Interfaces:
ImperativeExpression, TryExp

public class TryExpImpl
extends ImperativeExpressionImpl
implements TryExp

An implementation of the model object 'Try Exp'.

The following features are implemented:


Field Summary
protected   exceptClause
          The cached value of the 'Except Clause' containment reference list
protected   tryBody
          The cached value of the 'Try Body' containment reference list
 
Constructor Summary
protected TryExpImpl()
           
 
Method Summary
<T,U extends >
T
accept(U v)
           
 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)
           
  getExceptClause()
           
  getTryBody()
           
 
Methods inherited from class org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl.ImperativeExpressionImpl
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exceptClause

protected  exceptClause
The cached value of the 'Except Clause' containment reference list.

See Also:
getExceptClause()

tryBody

protected  tryBody
The cached value of the 'Try Body' containment reference list.

See Also:
getTryBody()
Constructor Detail

TryExpImpl

protected TryExpImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ImperativeExpressionImpl

getExceptClause

public  getExceptClause()

Specified by:
getExceptClause in interface TryExp
Returns:
the value of the 'Except Clause' containment reference list.
See Also:
ImperativeOCLPackage.getTryExp_ExceptClause()

getTryBody

public  getTryBody()

Specified by:
getTryBody in interface TryExp
Returns:
the value of the 'Try Body' containment reference list.
See Also:
ImperativeOCLPackage.getTryExp_TryBody()

eInverseRemove

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


eGet

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


eSet

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


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


accept

public <T,U extends > T accept(U v)

Copyright 2008 Borland Software Corporation and others.
All Rights Reserved.