C# Class XSpect.Yacq.Expressions.SymbolTableExpression

Represents an expression which referrs the symbol table.
Inheritance: YacqExpression
显示文件 Open project: takeshik/yacq

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
SymbolTableExpression ( SymbolTable symbols ) : 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