C# Class SIPSorcery.Persistence.Evaluator.Nominator

Performs bottom-up analysis to determine which nodes can possibly be part of an evaluated sub-tree.
Inheritance: ExpressionVisitor
Mostra file Open project: sipsorcery/sipsorcery

Protected Methods

Method Description
Visit ( Expression expression ) : Expression

Private Methods

Method Description
Nominate ( Expression expression ) : HashSet
Nominator ( bool>.Func fnCanBeEvaluated ) : System

Method Details

Visit() protected method

protected Visit ( Expression expression ) : Expression
expression System.Linq.Expressions.Expression
return System.Linq.Expressions.Expression