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

Superclass of all state nodes in an evaluation node tree representing an event expressions. Follows the Composite pattern. Subclasses are expected to keep their own collection containing child nodes as needed.

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

Syntax

Visual Basic (Declaration)
Public MustInherit Class EvalStateNode
C#
public abstract class EvalStateNode
Visual C++
public ref class EvalStateNode abstract

Inheritance Hierarchy