C# Класс XSpect.Yacq.Expressions.SymbolTableExpression

Represents an expression which referrs the symbol table.
Наследование: YacqExpression
Показать файл Открыть проект

Защищенные методы

Метод Описание
ReduceImpl ( SymbolTable symbols, Type expectedType ) : Expression

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

Приватные методы

Метод Описание
SymbolTableExpression ( SymbolTable symbols ) : System

Описание методов

ReduceImpl() защищенный Метод

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.
Результат System.Linq.Expressions.Expression