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

Dump the AST node to system.out.

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

Syntax

Visual Basic (Declaration)
Public Shared Sub DumpAST ( _
	ast As AST _
)
C#
public static void DumpAST (
	AST ast
)
Visual C++
public:
static void DumpAST (
	AST^ ast
)

Parameters

ast
AST
to dump