Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.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.
|
com.espertech.esper.common.internal.compile.stage1.specmapper | |
com.espertech.esper.common.internal.epl.annotation |
Classes for EPL annotation processing.
|
Modifier and Type | Method and Description |
---|---|
List<AnnotationDesc> |
StatementSpecRaw.getAnnotations()
Returns a list of annotation descriptors.
|
List<AnnotationDesc> |
GraphOperatorSpec.getAnnotations() |
List<AnnotationDesc> |
CreateTableColumn.getAnnotations() |
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,
ClassDescriptor optType,
List<AnnotationDesc> annotations,
Boolean primaryKey) |
GraphOperatorSpec(String operatorName,
GraphOperatorInput input,
GraphOperatorOutput output,
GraphOperatorDetail detail,
List<AnnotationDesc> annotations) |
Modifier and Type | Method and Description |
---|---|
static List<AnnotationDesc> |
StatementSpecMapper.mapAnnotations(List<AnnotationPart> annotations) |
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,
ClasspathImportServiceCompileTime classpathImportService,
Compilable compilable)
Compile annotation objects from descriptors.
|
static String |
AnnotationUtil.getExpectSingleStringValue(String msgPrefix,
List<AnnotationDesc> annotationsSameName) |
static Map<String,List<AnnotationDesc>> |
AnnotationUtil.mapByNameLowerCase(List<AnnotationDesc> annotations) |
Copyright © 2005–2021. All rights reserved.