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

Parses constant strings and returns the constant Object.

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

Syntax

Visual Basic (Declaration)
Public Class ASTConstantHelper _
	Inherits EqlTokenTypes
C#
public class ASTConstantHelper : EqlTokenTypes
Visual C++
public ref class ASTConstantHelper : public EqlTokenTypes

Inheritance Hierarchy

System.Object
  net.esper.eql.generated.EqlTokenTypes
    net.esper.eql.parse.ASTConstantHelper