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
|
Modifier and Type | Method and Description |
---|---|
List<EsperEPL2GrammarParser.EventPropertyContext> |
EsperEPL2GrammarParser.CreateContextPartitionItemContext.eventProperty() |
List<EsperEPL2GrammarParser.EventPropertyContext> |
EsperEPL2GrammarParser.OuterJoinIdentPairContext.eventProperty() |
Modifier and Type | Method and Description |
---|---|
void |
EsperEPL2GrammarListener.enterEventProperty(EsperEPL2GrammarParser.EventPropertyContext ctx)
Enter a parse tree produced by
EsperEPL2GrammarParser.eventProperty() . |
void |
EsperEPL2GrammarBaseListener.enterEventProperty(EsperEPL2GrammarParser.EventPropertyContext ctx)
Enter a parse tree produced by
EsperEPL2GrammarParser.eventProperty() . |
void |
EsperEPL2GrammarListener.exitEventProperty(EsperEPL2GrammarParser.EventPropertyContext ctx)
Exit a parse tree produced by
EsperEPL2GrammarParser.eventProperty() . |
void |
EsperEPL2GrammarBaseListener.exitEventProperty(EsperEPL2GrammarParser.EventPropertyContext ctx)
Exit a parse tree produced by
EsperEPL2GrammarParser.eventProperty() . |
Modifier and Type | Method and Description |
---|---|
void |
EPLTreeWalkerListener.enterEventProperty(EsperEPL2GrammarParser.EventPropertyContext ctx) |
void |
EPLTreeWalkerListener.exitEventProperty(EsperEPL2GrammarParser.EventPropertyContext ctx) |
static String |
ASTUtil.getPropertyName(EsperEPL2GrammarParser.EventPropertyContext ctx,
int startNode) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PropertyParser.isNestedPropertyWithNonSimpleLead(EsperEPL2GrammarParser.EventPropertyContext ctx) |