메소드 | 설명 | |
---|---|---|
ContainerExpression ( ) : System |
Creates a new expression container.
|
|
ContainerExpression ( |
Creates a new expression container.
|
|
ContainerExpression ( Expression expression ) : System |
Creates a new expression container.
|
|
ContainerExpression ( Expression leftExpression, Expression rightExpression, |
Creates a new expression container.
|
|
ContainerExpression ( Expression expression, |
Creates a new expression container.
|
|
Interpret ( Value>.IDictionary |
Interprets the container expression.
|
|
RegisterElement ( IElementMapping elementMapping ) : void |
Registers the element in the beginning.
|
|
Scan ( |
Scans the input of the current parse engine.
|
|
ToCode ( ) : string |
Transforms the contained expressions and operators into a valid part of a YAMP query.
|
|
ToDebug ( int padLeft, int tabsize ) : String |
Returns a string to allow visualization of a Expression tree
|
|
ToString ( ) : String |
Transforms the content into a string.
|
public ContainerExpression ( |
||
container | The container which contains expressions and an operator. | |
리턴 | System |
public ContainerExpression ( Expression expression ) : System | ||
expression | Expression | The (1) expression to contain. |
리턴 | System |
public ContainerExpression ( Expression leftExpression, Expression rightExpression, |
||
leftExpression | Expression | The left expression to evaluate. |
rightExpression | Expression | The right expression to evaluate. |
@operator | ||
리턴 | System |
public ContainerExpression ( Expression expression, |
||
expression | Expression | The (1) expression to contain. |
@operator | ||
리턴 | System |
public Interpret ( Value>.IDictionary |
||
symbols | Value>.IDictionary | External symbols to be used. |
리턴 |
public RegisterElement ( IElementMapping elementMapping ) : void | ||
elementMapping | IElementMapping | |
리턴 | void |
public Scan ( |
||
engine | The engine to use. | |
리턴 | Expression |
public ToDebug ( int padLeft, int tabsize ) : String | ||
padLeft | int | |
tabsize | int | |
리턴 | String |