Property | Type | Description | |
---|---|---|---|
Operator | string |
Method | Description | |
---|---|---|
GetExplain ( TextualExplanation explanation, bool explainSubElements = true ) : void |
Builds the explanation of the element
|
|
GetExpressionType ( ) : |
Provides the type of this expression
|
|
ThereIsExpression ( ModelElement root, ModelElement log, Expression listExpression, string iteratorVariableName, Expression condition, ParsingData parsingData ) : DataDictionary.Types |
Constructor
|
Method | Description | |
---|---|---|
GetValue ( InterpretationContext context, ExplanationPart explain ) : IValue |
Provides the value associated to this Expression
|
public GetExplain ( TextualExplanation explanation, bool explainSubElements = true ) : void | ||
explanation | TextualExplanation | |
explainSubElements | bool | Precises if we need to explain the sub elements (if any) |
return | void |
public GetExpressionType ( ) : |
||
return |
protected GetValue ( InterpretationContext context, ExplanationPart explain ) : IValue | ||
context | InterpretationContext | The context on which the value must be found |
explain | ExplanationPart | The explanation to fill, if any |
return | IValue |
public ThereIsExpression ( ModelElement root, ModelElement log, Expression listExpression, string iteratorVariableName, Expression condition, ParsingData parsingData ) : DataDictionary.Types | ||
root | ModelElement | the root element for which this expression should be parsed |
log | ModelElement | |
listExpression | Expression | |
iteratorVariableName | string | |
condition | Expression | |
parsingData | ParsingData | Additional information about the parsing process |
return | DataDictionary.Types |