public static class OAssign.LValueExpression extends OBase implements OAssign.LValue
Modifier and Type | Field and Description |
---|---|
OLValueExpression |
expression |
Constructor and Description |
---|
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 LValueExpression(OProcess owner, OLValueExpression compiledExpression)
public OScope.Variable getVariable()
getVariable
in interface OAssign.LValue
OAssign.LValue.getVariable()
public boolean isInsertMissingToData()
public void setInsertMissingToData(boolean insertMissingToData)