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 java.util.Map<java.lang.String,java.util.List<AnnotationDesc>> |
AnnotationUtil.mapByNameLowerCase(java.util.List<AnnotationDesc> annotations) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
AnnotationUtil.getValue(AnnotationDesc desc) |
Modifier and Type | Method and Description |
---|---|
static java.lang.annotation.Annotation[] |
AnnotationUtil.compileAnnotations(java.util.List<AnnotationDesc> annotationSpec,
EngineImportService engineImportService,
java.lang.String eplStatement)
Compile annotation objects from descriptors.
|
static java.lang.String |
AnnotationUtil.getExpectSingleStringValue(java.lang.String msgPrefix,
java.util.List<AnnotationDesc> annotationsSameName) |
static java.util.Map<java.lang.String,java.util.List<AnnotationDesc>> |
AnnotationUtil.mapByNameLowerCase(java.util.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 |
---|---|
java.util.List<AnnotationDesc> |
StatementSpecRaw.getAnnotations()
Returns a list of annotation descriptors.
|
java.util.List<AnnotationDesc> |
GraphOperatorSpec.getAnnotations() |
java.util.List<AnnotationDesc> |
CreateTableColumn.getAnnotations() |
static java.util.List<AnnotationDesc> |
StatementSpecMapper.mapAnnotations(java.util.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(java.util.List<AnnotationDesc> annotations)
Sets a list of annotation descriptors.
|
Constructor and Description |
---|
CreateTableColumn(java.lang.String columnName,
ExprNode optExpression,
java.lang.String optTypeName,
java.lang.Boolean optTypeIsArray,
java.lang.Boolean optTypeIsPrimitiveArray,
java.util.List<AnnotationDesc> annotations,
java.lang.Boolean primaryKey) |
GraphOperatorSpec(java.lang.String operatorName,
GraphOperatorInput input,
GraphOperatorOutput output,
GraphOperatorDetail detail,
java.util.List<AnnotationDesc> annotations) |