public interface AdditiveExpression
extends org.eclipse.emf.ecore.EObject
The following features are supported:
AstPackage.getAdditiveExpression()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList |
getAdditiveSubExpressionList()
Returns the value of the 'Additive Sub Expression List' containment reference list.
|
MultiplicativeExpression |
getMultiplicativeExpression()
Returns the value of the 'Multiplicative Expression' containment reference
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute
|
void |
setMultiplicativeExpression(MultiplicativeExpression value)
Sets the value of the '
Multiplicative Expression' containment reference |
void |
setType(java.lang.String value)
Sets the value of the '
Type' attribute |
java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
AstPackage.getAdditiveExpression_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()org.eclipse.emf.common.util.EList getAdditiveSubExpressionList()
AdditiveSubExpression.
If the meaning of the 'Additive Sub Expression List' reference list isn't clear, there really should be more of a description here...
AstPackage.getAdditiveExpression_AdditiveSubExpressionList()MultiplicativeExpression getMultiplicativeExpression()
If the meaning of the 'Multiplicative Expression' reference isn't clear, there really should be more of a description here...
setMultiplicativeExpression(MultiplicativeExpression),
AstPackage.getAdditiveExpression_MultiplicativeExpression()void setMultiplicativeExpression(MultiplicativeExpression value)
Multiplicative Expression' containment reference.
value - the new value of the 'Multiplicative Expression' containment reference.getMultiplicativeExpression()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.