[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Return the generated property name that is defined by the AST child node and it's siblings.
Namespace: net.esper.eql.parse
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function getPropertyName ( _
propertyNameExprChildNode As AST _
) As String |
C# |
---|
public static string getPropertyName (
AST propertyNameExprChildNode
) |
Visual C++ |
---|
public:
static String^ getPropertyName (
AST^ propertyNameExprChildNode
) |
Parameters
- propertyNameExprChildNode
- AST
is the child node from which to Start putting the property name together
Return Value
property name, ie. indexed[1] or mapped('key') or nested.nested or a combination or just 'simple'.