Method | Description | |
---|---|---|
RegisterElement ( IElementMapping elementMapping ) : void |
Registers the element.
|
|
TreeExpression ( ) |
Creates a new instance
|
|
TreeExpression ( |
Creates a new instance.
|
|
TreeExpression ( |
Creates a new instance with some parameters.
|
public RegisterElement ( IElementMapping elementMapping ) : void | ||
elementMapping | IElementMapping | |
return | void |
public TreeExpression ( |
||
child | The child to add. | |
engine | The engine that has been used. |
public TreeExpression ( |
||
child | The child to add. | |
query | The associated query context. | |
line | int | The line where the tree expression starts. |
column | int | The column in the line where the tree exp. starts. |