[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Visitor class for printing out an evaluation state tree where each node is printed indented according to its depth in the tree.

Namespace: net.esper.pattern
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class EvalStateNodePrinterVisitor _
	Implements EvalStateNodeVisitor
C#
public sealed class EvalStateNodePrinterVisitor : EvalStateNodeVisitor
Visual C++
public ref class EvalStateNodePrinterVisitor sealed : EvalStateNodeVisitor

Inheritance Hierarchy

System.Object
  net.esper.pattern.EvalStateNodePrinterVisitor