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

Called during the walks of a EQL expression AST tree as specified in the grammar file. Constructs filter and view specifications etc.

Namespace: net.esper.eql.parse
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class EQLTreeWalker _
	Inherits EQLBaseWalker
C#
public class EQLTreeWalker : EQLBaseWalker
Visual C++
public ref class EQLTreeWalker : public EQLBaseWalker

Inheritance Hierarchy

System.Object
  TreeParser
    net.esper.eql.generated.EQLBaseWalker
      net.esper.eql.parse.EQLTreeWalker