Method | Description | |
---|---|---|
ExtendedExpressionParser ( IReadOnlyList |
Method | Description | |
---|---|---|
GenerateDynamicClassType ( IReadOnlyList |
||
GenerateMethodCall ( Type type, |
||
TryParseMemberAccess ( Type type, |
Method | Description | |
---|---|---|
ExtensionMethod ( |
||
GenerateMethodCallImpl ( Type type, |
||
ParseAs ( |
||
PropagateToNullMethod ( Type type, |
Convert
|
|
SurrogateExpression ( |
public ExtendedExpressionParser ( IReadOnlyList |
||
parameters | IReadOnlyList |
|
expression | string | |
values | object | |
allowedExtensionMethods | [ |
|
surrogateGenerator | [ |
|
knownTypes | Type>.[ | |
baseTypeForNewClass | Maybe |
|
return | System.Collections.Generic |
protected GenerateDynamicClassType ( IReadOnlyList |
||
properties | IReadOnlyList |
|
return | Type |
protected GenerateMethodCall ( Type type, |
||
type | Type | |
instance | ||
errorPos | int | |
id | string | |
argumentList | Lazy |
|
return | Maybe |
protected TryParseMemberAccess ( Type type, |
||
type | Type | |
instance | ||
nextToken | TokenId | |
errorPos | int | |
name | string | |
return | Try |