[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Pass the visitor to all child nodes.
Namespace: net.esper.pattern
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function ChildrenAccept ( _ visitor As EvalStateNodeVisitor, _ data As Object _ ) As Object |
C# |
---|
public override Object ChildrenAccept ( EvalStateNodeVisitor visitor, Object data ) |
Visual C++ |
---|
public: virtual Object^ ChildrenAccept ( EvalStateNodeVisitor^ visitor, Object^ data ) override |
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