public static class OAssign.LValueExpression extends OBase implements OAssign.LValue
| Modifier and Type | Field and Description |
|---|---|
OLValueExpression |
expression |
| Constructor and Description |
|---|
OAssign.LValueExpression(OProcess owner,
OLValueExpression compiledExpression) |
| Modifier and Type | Method and Description |
|---|---|
OScope.Variable |
getVariable() |
boolean |
isInsertMissingToData() |
void |
setInsertMissingToData(boolean insertMissingToData) |
java.lang.String |
toString() |
public OLValueExpression expression
public OAssign.LValueExpression(OProcess owner, OLValueExpression compiledExpression)
public OScope.Variable getVariable()
getVariable in interface OAssign.LValueOAssign.LValue.getVariable()public boolean isInsertMissingToData()
public void setInsertMissingToData(boolean insertMissingToData)