public interface Expression extends Statement
The following features are supported:
ProtelisPackage.getExpression()| Modifier and Type | Method and Description |
|---|---|
ExprList |
getArgs()
Returns the value of the 'Args' containment reference.
|
Expression |
getLeft()
Returns the value of the 'Left' containment reference.
|
String |
getMethodName()
Returns the value of the 'Method Name' attribute.
|
org.eclipse.emf.ecore.EObject |
getV()
Returns the value of the 'V' containment reference.
|
void |
setArgs(ExprList value)
Sets the value of the '
Args' containment reference. |
void |
setLeft(Expression value)
Sets the value of the '
Left' containment reference. |
void |
setMethodName(String value)
Sets the value of the '
Method Name' attribute. |
void |
setV(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
V' containment reference. |
getName, getRight, setName, setRightExpression getLeft()
If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...
setLeft(Expression),
ProtelisPackage.getExpression_Left()void setLeft(Expression value)
Left' containment reference.
value - the new value of the 'Left' containment reference.getLeft()String getMethodName()
If the meaning of the 'Method Name' attribute isn't clear, there really should be more of a description here...
setMethodName(String),
ProtelisPackage.getExpression_MethodName()void setMethodName(String value)
Method Name' attribute.
value - the new value of the 'Method Name' attribute.getMethodName()ExprList getArgs()
If the meaning of the 'Args' containment reference isn't clear, there really should be more of a description here...
setArgs(ExprList),
ProtelisPackage.getExpression_Args()void setArgs(ExprList value)
Args' containment reference.
value - the new value of the 'Args' containment reference.getArgs()org.eclipse.emf.ecore.EObject getV()
If the meaning of the 'V' containment reference isn't clear, there really should be more of a description here...
setV(EObject),
ProtelisPackage.getExpression_V()Copyright © 2015. All rights reserved.