public interface MultiplicativeExpression
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList |
getMultiplicativeSubExpressionList()
Returns the value of the 'Multiplicative Sub Expression List' containment reference list.
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute
|
UnaryExpression |
getUnaryExpression()
Returns the value of the 'Unary Expression' containment reference
|
void |
setType(java.lang.String value)
Sets the value of the '
Type ' attribute |
void |
setUnaryExpression(UnaryExpression value)
Sets the value of the '
Unary Expression ' containment reference |
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.getMultiplicativeExpression_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
UnaryExpression getUnaryExpression()
If the meaning of the 'Unary Expression' reference isn't clear, there really should be more of a description here...
setUnaryExpression(UnaryExpression)
,
AstPackage.getMultiplicativeExpression_UnaryExpression()
void setUnaryExpression(UnaryExpression value)
Unary Expression
' containment reference.
value
- the new value of the 'Unary Expression' containment reference.getUnaryExpression()
org.eclipse.emf.common.util.EList getMultiplicativeSubExpressionList()
MultiplicativeSubExpression
.
If the meaning of the 'Multiplicative Sub Expression List' reference list isn't clear, there really should be more of a description here...
AstPackage.getMultiplicativeExpression_MultiplicativeSubExpressionList()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.