C# 클래스 XSpect.Yacq.Expressions.SymbolTableExpression

Represents an expression which referrs the symbol table.
상속: YacqExpression
파일 보기 프로젝트 열기: takeshik/yacq

보호된 메소드들

메소드 설명
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