Method | Description | |
---|---|---|
Expect ( |
||
ExpectAny ( ) : void | ||
ExpectAtEnd ( ) : void | ||
GetOrderByDirection ( |
||
IsCollectionMethodCall ( ) : bool | ||
MoveNext ( ) : void | ||
ParseBool ( ) : Expression | ||
ParseCommon ( ) : Expression | ||
ParseCommon ( Expression result ) : Expression | ||
Parser ( string source, ParserMode mode ) : System |
Method | Description | |
---|---|---|
CreateBinary ( Operator @operator, Expression left, Expression right ) : Expression | ||
GetOperator ( |
||
ParseCollectionMethodCall ( List |
||
ParseCommonItem ( ) : Expression | ||
ParseLambdaExpression ( ) : LambdaExpression | ||
ParseMember ( List |
||
ParseMethodCall ( ) : MethodCallExpression | ||
ParseMethodCallArgumentList ( Method method ) : Expression[] | ||
Rebalance ( BinaryExpression left, Operator @operator, Expression right ) : Expression | ||
ValidateArgumentCount ( Method method, int argumentCount ) : void |
protected GetOrderByDirection ( |
||
token | ||
return | OrderByDirection? |
protected ParseCommon ( Expression result ) : Expression | ||
result | Expression | |
return | Expression |
protected Parser ( string source, ParserMode mode ) : System | ||
source | string | |
mode | ParserMode | |
return | System |