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

Visitor that collects event property identifier information under expression nodes. The visitor can be configued to not visit aggregation nodes thus ignoring properties under aggregation nodes such as sum, avg, min/max etc.

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

Syntax

Visual Basic (Declaration)
Public Class ExprNodeIdentifierVisitor _
	Implements ExprNodeVisitor
C#
public class ExprNodeIdentifierVisitor : ExprNodeVisitor
Visual C++
public ref class ExprNodeIdentifierVisitor : ExprNodeVisitor

Inheritance Hierarchy

System.Object
  net.esper.eql.expression.ExprNodeIdentifierVisitor