XSpect.Yacq.Expressions.YacqExpression.ReduceImpl C# (CSharp) Method

ReduceImpl() protected abstract method

When implemented in a derived class, reduces this node to a simpler expression with additional symbol tables.
protected abstract 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
        protected abstract Expression ReduceImpl(SymbolTable symbols, Type expectedType);