[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)
Implementations can invoke a walk rule of their choice on the walker and AST passed in.
Namespace: net.esper.eql.parse
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub invokeWalkRule ( _ walker As EQLBaseWalker, _ ast As AST _ ) |
C# |
---|
void invokeWalkRule ( EQLBaseWalker walker, AST ast ) |
Visual C++ |
---|
void invokeWalkRule ( EQLBaseWalker^ walker, AST^ ast ) |
Parameters
- walker
- net.esper.eql.generated.EQLBaseWalker
to invoke walk rule on
- ast
- AST
AST to walk