C# Class XSpect.Yacq.Expressions.TypeCandidateExpression

Represents an expression which is a type candidate, a symbol of types and indicates static references.
Inheritance: YacqExpression
Show file Open project: takeshik/yacq Class Usage Examples

Public Methods

Method Description
ToString ( ) : String

Returns a String that represents this expression.

Protected Methods

Method Description
ReduceImpl ( SymbolTable symbols, Type expectedType ) : Expression

Reduces this node to a simpler expression with additional symbol tables.

Private Methods

Method Description
TypeCandidateExpression ( SymbolTable symbols, IList candidates ) : System

Method Details

ReduceImpl() protected method

Reduces this node to a simpler expression with additional symbol tables.
protected ReduceImpl ( SymbolTable symbols, Type expectedType ) : Expression
symbols XSpect.Yacq.Symbols.SymbolTable The additional symbol table for reducing.
expectedType System.Type The type which is expected as the type of reduced expression.
return System.Linq.Expressions.Expression

ToString() public method

Returns a String that represents this expression.
public ToString ( ) : String
return String