public static class IEC61499data.Assignment_statement
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected IEC61499data.Expression |
expression |
protected IEC61499data.Variable |
variable |
Constructor and Description |
---|
Assignment_statement() |
Modifier and Type | Method and Description |
---|---|
IEC61499data.Expression |
get_expression()
Access to parse result.
|
IEC61499data.Variable |
get_variable()
Access to parse result.
|
protected IEC61499data.Variable variable
protected IEC61499data.Expression expression
public IEC61499data.Variable get_variable()
public IEC61499data.Expression get_expression()