Package | Description |
---|---|
com.espertech.esper.epl.generated |
ANTLR-generated classes for parsing and AST tree-walking
|
com.espertech.esper.epl.parse |
Parsers and AST tree walkers and helper classes transforming AST into business objects
|
com.espertech.esper.event.property |
Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean
access
|
com.espertech.esper.event.xml |
XML event wrappers
|
Modifier and Type | Method and Description |
---|---|
EsperEPL2GrammarParser.StartEventPropertyRuleContext |
EsperEPL2GrammarParser.startEventPropertyRule() |
Modifier and Type | Method and Description |
---|---|
void |
EsperEPL2GrammarListener.enterStartEventPropertyRule(EsperEPL2GrammarParser.StartEventPropertyRuleContext ctx)
Enter a parse tree produced by
EsperEPL2GrammarParser.startEventPropertyRule() . |
void |
EsperEPL2GrammarBaseListener.enterStartEventPropertyRule(EsperEPL2GrammarParser.StartEventPropertyRuleContext ctx)
Enter a parse tree produced by
EsperEPL2GrammarParser.startEventPropertyRule() . |
void |
EsperEPL2GrammarListener.exitStartEventPropertyRule(EsperEPL2GrammarParser.StartEventPropertyRuleContext ctx)
Exit a parse tree produced by
EsperEPL2GrammarParser.startEventPropertyRule() . |
void |
EsperEPL2GrammarBaseListener.exitStartEventPropertyRule(EsperEPL2GrammarParser.StartEventPropertyRuleContext ctx)
Exit a parse tree produced by
EsperEPL2GrammarParser.startEventPropertyRule() . |
Modifier and Type | Method and Description |
---|---|
void |
EPLTreeWalkerListener.enterStartEventPropertyRule(EsperEPL2GrammarParser.StartEventPropertyRuleContext ctx) |
void |
EPLTreeWalkerListener.exitStartEventPropertyRule(EsperEPL2GrammarParser.StartEventPropertyRuleContext ctx) |
Modifier and Type | Method and Description |
---|---|
static EsperEPL2GrammarParser.StartEventPropertyRuleContext |
PropertyParser.parse(String propertyName)
Parses a given property name returning an AST.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PropertyParser.isPropertyDynamic(EsperEPL2GrammarParser.StartEventPropertyRuleContext ast)
Returns true if the property is a dynamic property.
|
static Property |
PropertyParser.walk(EsperEPL2GrammarParser.StartEventPropertyRuleContext tree,
boolean isRootedDynamic)
Parse the given property name returning a Property instance for the property.
|
Modifier and Type | Method and Description |
---|---|
static String |
SimpleXMLPropertyParser.walk(EsperEPL2GrammarParser.StartEventPropertyRuleContext ast,
String propertyName,
String rootElementName,
String defaultNamespacePrefix,
boolean isResolvePropertiesAbsolute)
Return the xPath corresponding to the given property.
|