|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEObjectImpl
de.uka.ipd.sdq.stoex.impl.ExpressionImpl
de.uka.ipd.sdq.stoex.impl.IfElseImpl
de.uka.ipd.sdq.stoex.impl.BooleanExpressionImpl
de.uka.ipd.sdq.stoex.impl.ComparisonImpl
de.uka.ipd.sdq.stoex.impl.TermImpl
de.uka.ipd.sdq.stoex.impl.ProductImpl
de.uka.ipd.sdq.stoex.impl.PowerImpl
de.uka.ipd.sdq.stoex.impl.UnaryImpl
de.uka.ipd.sdq.stoex.impl.AtomImpl
de.uka.ipd.sdq.stoex.impl.ParenthesisImpl
public class ParenthesisImpl
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 |
|---|
public static final String copyright
protected Expression innerExpression
Inner Expression' containment reference.
getInnerExpression()| Constructor Detail |
|---|
protected ParenthesisImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class AtomImplpublic Expression getInnerExpression()
getInnerExpression in interface ParenthesisParenthesis.setInnerExpression(Expression),
StoexPackage.getParenthesis_InnerExpression()
public NotificationChain basicSetInnerExpression(Expression newInnerExpression,
NotificationChain msgs)
public void setInnerExpression(Expression newInnerExpression)
setInnerExpression in interface ParenthesisnewInnerExpression - the new value of the 'Inner Expression' containment reference.Parenthesis.getInnerExpression()
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||