Uses of Class
com.espertech.esper.epl.spec.AnnotationDesc

Packages that use AnnotationDesc
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. 
 

Uses of AnnotationDesc in com.espertech.esper.epl.annotation
 

Methods in com.espertech.esper.epl.annotation that return types with arguments of type AnnotationDesc
static java.util.Map<java.lang.String,java.util.List<AnnotationDesc>> AnnotationUtil.mapByNameLowerCase(java.util.List<AnnotationDesc> annotations)
           
 

Methods in com.espertech.esper.epl.annotation with parameters of type AnnotationDesc
static java.lang.Object AnnotationUtil.getValue(AnnotationDesc desc)
           
 

Method parameters in com.espertech.esper.epl.annotation with type arguments of type AnnotationDesc
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)
           
 

Uses of AnnotationDesc in com.espertech.esper.epl.parse
 

Methods in com.espertech.esper.epl.parse that return AnnotationDesc
static AnnotationDesc ASTAnnotationHelper.walk(EsperEPL2GrammarParser.AnnotationEnumContext ctx, EngineImportService engineImportService)
          Walk an annotation root name or child node (nested annotations).
 

Uses of AnnotationDesc in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return types with arguments of type AnnotationDesc
 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)
           
 

Methods in com.espertech.esper.epl.spec with parameters of type AnnotationDesc
static AnnotationPart StatementSpecMapper.unmap(AnnotationDesc node)
          Unmap annotation.
 

Method parameters in com.espertech.esper.epl.spec with type arguments of type AnnotationDesc
 void StatementSpecRaw.setAnnotations(java.util.List<AnnotationDesc> annotations)
          Sets a list of annotation descriptors.
 

Constructor parameters in com.espertech.esper.epl.spec with type arguments of type AnnotationDesc
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)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com