Method | Description | |
---|---|---|
CheckExpression ( ) : void |
Checks the expression and appends errors to the root tree node when inconsistencies are found
|
|
CreateGraph ( DataDictionary.Interpreter.InterpretationContext context, Utils.Parameter parameter, |
Creates the graph associated to this expression, when the given parameter ranges over the X axis
|
|
CreateSurface ( DataDictionary.Interpreter.InterpretationContext context, Utils.Parameter xParam, Utils.Parameter yParam, |
Provides the surface of this function if it has been statically defined
|
|
DerefExpression ( ModelElement root, ModelElement log, List |
Constructor
|
|
Fill ( List |
Fills the list provided with the element matching the filter provided
|
|
GetCalled ( DataDictionary.Interpreter.InterpretationContext context, |
Provides the callable that is called by this expression
|
|
GetExplain ( TextualExplanation explanation, bool explainSubElements = true ) : void |
Builds the explanation of the element
|
|
GetExpressionType ( ) : |
Provides the type of this expression
|
|
GetPrefixValue ( DataDictionary.Interpreter.InterpretationContext context, int elementCount, |
Provides the value of the prefix of the expression
|
|
GetReferences ( INamable instance, BaseFilter expectation, bool last ) : DataDictionary.Interpreter.ReturnValue |
Provides the possible references for this expression (only available during semantic analysis)
|
|
GetVariable ( DataDictionary.Interpreter.InterpretationContext context ) : IVariable |
Provides the variable referenced by this expression, if any
|
|
IsInstance ( ) : bool |
Indicates whether this expression references an instance
|
|
SemanticAnalysis ( INamable instance, BaseFilter expectation ) : bool |
Performs the semantic analysis of the expression
|
Method | Description | |
---|---|---|
GetValue ( DataDictionary.Interpreter.InterpretationContext context, |
Provides the value associated to this Expression
|
public CreateGraph ( DataDictionary.Interpreter.InterpretationContext context, Utils.Parameter parameter, |
||
context | DataDictionary.Interpreter.InterpretationContext | The interpretation context |
parameter | Utils.Parameter | The parameters of *the enclosing function* for which the graph should be created |
explain | ||
return | Graph |
public CreateSurface ( DataDictionary.Interpreter.InterpretationContext context, Utils.Parameter xParam, Utils.Parameter yParam, |
||
context | DataDictionary.Interpreter.InterpretationContext | the context used to create the surface |
xParam | Utils.Parameter | The X axis of this surface |
yParam | Utils.Parameter | The Y axis of this surface |
explain | ||
return | Surface |
public DerefExpression ( ModelElement root, ModelElement log, List |
||
root | ModelElement | |
log | ModelElement | |
arguments | List |
|
parsingData | DataDictionary.Interpreter.ParsingData | Additional information about the parsing process |
return | System |
public Fill ( List |
||
retVal | List |
The list to be filled with the element matching the condition expressed in the filter |
filter | BaseFilter | The filter to apply |
return | void |
public GetCalled ( DataDictionary.Interpreter.InterpretationContext context, |
||
context | DataDictionary.Interpreter.InterpretationContext | |
explain | ||
return | ICallable |
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 |
public GetPrefixValue ( DataDictionary.Interpreter.InterpretationContext context, int elementCount, |
||
context | DataDictionary.Interpreter.InterpretationContext | The context on which the value must be found |
elementCount | int | The number of elements to consider |
explain | ||
return | INamable |
public GetReferences ( INamable instance, BaseFilter expectation, bool last ) : DataDictionary.Interpreter.ReturnValue | ||
instance | INamable | the instance on which this element should be found. |
expectation | BaseFilter | the expectation on the element found |
last | bool | indicates that this is the last element in a dereference chain |
return | DataDictionary.Interpreter.ReturnValue |
protected GetValue ( DataDictionary.Interpreter.InterpretationContext context, |
||
context | DataDictionary.Interpreter.InterpretationContext | The context on which the value must be found |
explain | The explanation to fill, if any | |
return | IValue |
public GetVariable ( DataDictionary.Interpreter.InterpretationContext context ) : IVariable | ||
context | DataDictionary.Interpreter.InterpretationContext | The context on which the variable must be found |
return | IVariable |
public SemanticAnalysis ( INamable instance, BaseFilter expectation ) : bool | ||
instance | INamable | the reference instance on which this element should analysed |
expectation | BaseFilter | Indicates the kind of element we are looking for |
return | bool |