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

Parser for property names that can be simple, nested, mapped or a combination of these. Uses ANTLR parser to parse.

Namespace: net.esper.events.property
Assembly:   NEsper (in NEsper.dll)

Syntax

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

Inheritance Hierarchy

System.Object
  net.esper.eql.generated.EqlTokenTypes
    net.esper.events.property.PropertyParser