Method | Description | |
---|---|---|
DefaultMissing ( |
Default definition method of SymbolTable.Missing.
|
|
GetMembers ( |
Gets all members and extension methods in specified types.
|
|
GetMembers ( |
Gets all members and extension methods in specified types.
|
|
ToString ( ) : String |
Returns a String that represents this expression.
|
Method | Description | |
---|---|---|
ReduceImpl ( |
Reduces this node to a simpler expression with additional symbol tables.
|
Method | Description | |
---|---|---|
CreateCandidate ( |
||
DispatchByDynamicBinder ( |
||
DispatchByTypeSystem ( |
||
DispatchExpression ( |
||
DispatchFailback ( |
||
GetResultExpression ( |
||
GetTypes ( |
||
GetTypes ( |
||
InferTypeArguments ( Candidate candidate, Type>.IDictionary |
public static DefaultMissing ( |
||
e | The expression to be reduced. | |
s | The symbol table which this symbol (value) belongs. | |
t | The expected |
|
return |
public static GetMembers ( |
||
symbols | The symbol table for search extension methods. | |
return | IEnumerable |
public static GetMembers ( |
||
symbols | The symbol table for search extension methods. | |
types | IEnumerable |
Types to get members. |
return | IEnumerable |
protected ReduceImpl ( |
||
symbols | The additional symbol table for reducing. | |
expectedType | The type which is expected as the type of reduced expression. | |
return |