Method | Description | |
---|---|---|
PrintExpressionTree ( this expr ) : string |
Evaluates an Expression and builts a for-display string representation of the expression tree. This is primarily used to debug and visualize an expression, to help understand how it will be parsed. this is reflection heavy, try not to use it too terribly much. was too lazy to build out full dynamic methods for a basic utility/support/debug-helper function, since it shouldn't be called all that much. |
Method | Description | |
---|---|---|
AddBlankTreeLines ( StringBuilder sb, int depth ) : void | ||
AddTreeLines ( StringBuilder sb, int depth ) : void | ||
VisitNode ( |
public static PrintExpressionTree ( this expr ) : string | ||
expr | this | |
return | string |