Class ASTAnnotationHelper
java.lang.Object
com.espertech.esper.compiler.internal.parse.ASTAnnotationHelper
Walker to annotation stuctures.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.espertech.esper.common.internal.compile.stage1.spec.AnnotationDesc
walk
(EsperEPL2GrammarParser.AnnotationEnumContext ctx, com.espertech.esper.common.internal.settings.ClasspathImportServiceCompileTime classpathImportService) Walk an annotation root name or child node (nested annotations).
-
Constructor Details
-
ASTAnnotationHelper
public ASTAnnotationHelper()
-
-
Method Details
-
walk
public static com.espertech.esper.common.internal.compile.stage1.spec.AnnotationDesc walk(EsperEPL2GrammarParser.AnnotationEnumContext ctx, com.espertech.esper.common.internal.settings.ClasspathImportServiceCompileTime classpathImportService) throws ASTWalkException Walk an annotation root name or child node (nested annotations).- Parameters:
ctx
- annotation walk nodeclasspathImportService
- for imports- Returns:
- annotation descriptor
- Throws:
ASTWalkException
- if the walk failed
-