public abstract class OLValueExpression extends OExpression
Modifier and Type | Field and Description |
---|---|
boolean |
insertMissingData
Indicates whether the expression, if it is a simple path, must
be created if missing By a simple path, we mean a path expression whose
steps are fully-qualified names separated by slashes.
|
expressionLanguage
Constructor and Description |
---|
OLValueExpression(OProcess owner) |
Modifier and Type | Method and Description |
---|---|
abstract OScope.Variable |
getVariable() |
getExpressionLanguage
public boolean insertMissingData
public OLValueExpression(OProcess owner)
owner
- public abstract OScope.Variable getVariable()