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

Ctor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	visitAggregateNodes As Boolean _
)
C#
public ExprNodeIdentifierVisitor (
	bool visitAggregateNodes
)
Visual C++
public:
ExprNodeIdentifierVisitor (
	bool visitAggregateNodes
)

Parameters

visitAggregateNodes
System.Boolean
true to indicate that the visitor should visit aggregate nodes, or false if the visitor ignores aggregate nodes