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

Pass the visitor to all child nodes.

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

Syntax

Visual Basic (Declaration)
Public MustOverride Function ChildrenAccept ( _
	visitor As EvalStateNodeVisitor, _
	data As Object _
) As Object
C#
public abstract Object ChildrenAccept (
	EvalStateNodeVisitor visitor,
	Object data
)
Visual C++
public:
virtual Object^ ChildrenAccept (
	EvalStateNodeVisitor^ visitor, 
	Object^ data
) abstract

Parameters

visitor
net.esper.pattern.EvalStateNodeVisitor
is the instance to be passed to all child nodes
data
System.Object
any additional data the visitor may need is passed in this parameter

Return Value

any additional data the visitor may need or null