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

Helper class for parsing an expression and walking a parse tree.

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

Syntax

Visual Basic (Declaration)
Public Class ParseHelper
C#
public class ParseHelper
Visual C++
public ref class ParseHelper

Inheritance Hierarchy

System.Object
  net.esper.eql.parse.ParseHelper