Package | Description |
---|---|
com.espertech.esper.epl.annotation |
Classes for EPL annotation processing.
|
com.espertech.esper.epl.parse |
Parsers and AST tree walkers and helper classes transforming AST into business objects
|
com.espertech.esper.epl.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,List<AnnotationDesc>> |
AnnotationUtil.mapByNameLowerCase(List<AnnotationDesc> annotations) |
Modifier and Type | Method and Description |
---|---|
static Object |
AnnotationUtil.getValue(AnnotationDesc desc) |
Modifier and Type | Method and Description |
---|---|
static Annotation[] |
AnnotationUtil.compileAnnotations(List<AnnotationDesc> annotationSpec,
EngineImportService engineImportService,
String eplStatement)
Compile annotation objects from descriptors.
|
static String |
AnnotationUtil.getExpectSingleStringValue(String msgPrefix,
List<AnnotationDesc> annotationsSameName) |
static Map<String,List<AnnotationDesc>> |
AnnotationUtil.mapByNameLowerCase(List<AnnotationDesc> annotations) |
Modifier and Type | Method and Description |
---|---|
static AnnotationDesc |
ASTAnnotationHelper.walk(EsperEPL2GrammarParser.AnnotationEnumContext ctx,
EngineImportService engineImportService)
Walk an annotation root name or child node (nested annotations).
|
Modifier and Type | Method and Description |
---|---|
List<AnnotationDesc> |
StatementSpecRaw.getAnnotations()
Returns a list of annotation descriptors.
|
List<AnnotationDesc> |
GraphOperatorSpec.getAnnotations() |
List<AnnotationDesc> |
CreateTableColumn.getAnnotations() |
static List<AnnotationDesc> |
StatementSpecMapper.mapAnnotations(List<AnnotationPart> annotations) |
Modifier and Type | Method and Description |
---|---|
static AnnotationPart |
StatementSpecMapper.unmap(AnnotationDesc node)
Unmap annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementSpecRaw.setAnnotations(List<AnnotationDesc> annotations)
Sets a list of annotation descriptors.
|
Constructor and Description |
---|
CreateTableColumn(String columnName,
ExprNode optExpression,
String optTypeName,
Boolean optTypeIsArray,
Boolean optTypeIsPrimitiveArray,
List<AnnotationDesc> annotations,
Boolean primaryKey) |
GraphOperatorSpec(String operatorName,
GraphOperatorInput input,
GraphOperatorOutput output,
GraphOperatorDetail detail,
List<AnnotationDesc> annotations) |