de.uka.ipd.sdq.stoex.impl
Class ParenthesisImpl

java.lang.Object
  extended by EObjectImpl
      extended by de.uka.ipd.sdq.stoex.impl.ExpressionImpl
          extended by de.uka.ipd.sdq.stoex.impl.IfElseImpl
              extended by de.uka.ipd.sdq.stoex.impl.BooleanExpressionImpl
                  extended by de.uka.ipd.sdq.stoex.impl.ComparisonImpl
                      extended by de.uka.ipd.sdq.stoex.impl.TermImpl
                          extended by de.uka.ipd.sdq.stoex.impl.ProductImpl
                              extended by de.uka.ipd.sdq.stoex.impl.PowerImpl
                                  extended by de.uka.ipd.sdq.stoex.impl.UnaryImpl
                                      extended by de.uka.ipd.sdq.stoex.impl.AtomImpl
                                          extended by de.uka.ipd.sdq.stoex.impl.ParenthesisImpl
All Implemented Interfaces:
Atom, BooleanExpression, Comparison, Expression, IfElse, Parenthesis, Power, Product, Term, Unary

public class ParenthesisImpl
extends AtomImpl
implements Parenthesis

An implementation of the model object 'Parenthesis'.

The following features are implemented:


Field Summary
static String copyright
           
protected  Expression innerExpression
          The cached value of the 'Inner Expression' containment reference.
 
Constructor Summary
protected ParenthesisImpl()
           
 
Method Summary
 NotificationChain basicSetInnerExpression(Expression newInnerExpression, NotificationChain msgs)
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 Expression getInnerExpression()
           
 void setInnerExpression(Expression newInnerExpression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

innerExpression

protected Expression innerExpression
The cached value of the 'Inner Expression' containment reference.

See Also:
getInnerExpression()
Constructor Detail

ParenthesisImpl

protected ParenthesisImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class AtomImpl

getInnerExpression

public Expression getInnerExpression()

Specified by:
getInnerExpression in interface Parenthesis
Returns:
the value of the 'Inner Expression' containment reference.
See Also:
Parenthesis.setInnerExpression(Expression), StoexPackage.getParenthesis_InnerExpression()

basicSetInnerExpression

public NotificationChain basicSetInnerExpression(Expression newInnerExpression,
                                                 NotificationChain msgs)


setInnerExpression

public void setInnerExpression(Expression newInnerExpression)

Specified by:
setInnerExpression in interface Parenthesis
Parameters:
newInnerExpression - the new value of the 'Inner Expression' containment reference.
See Also:
Parenthesis.getInnerExpression()

eInverseRemove

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


eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)