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

Returns the type name for the given AST constant type.

Namespace: net.esper.eql.parse
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function getConstantTypeName ( _
	astTypeConstant As Integer _
) As String
C#
public static string getConstantTypeName (
	int astTypeConstant
)
Visual C++
public:
static String^ getConstantTypeName (
	int astTypeConstant
)

Parameters

astTypeConstant
System.Int32
is the type of the AST constant node.

Return Value

name of the type