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

Invoked by each child node as part of accepting this visitor.

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

Syntax

Visual Basic (Declaration)
Function Visit ( _
	node As EvalStateNode, _
	data As Object _
) As Object
C#
Object Visit (
	EvalStateNode node,
	Object data
)
Visual C++
Object^ Visit (
	EvalStateNode^ node, 
	Object^ data
)

Parameters

node
net.esper.pattern.EvalStateNode
is the node in the composite tree accepting the visitor
data
System.Object
is any additional useful to implementations

Return Value

any additional data useful to implementations or null