Returns the 'list' representation with some brackets around it for debugging.

Namespace: NHibernate.Hql.Ast.ANTLR.Util
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static string GetDebugstring(
	IASTNode n
)
Visual Basic
Public Shared Function GetDebugstring ( _
	n As IASTNode _
) As String
Visual C++
public:
static String^ GetDebugstring(
	IASTNode^ n
)

Return Value

The list representation of the tree.

See Also