Class ASTAnnotationHelper

java.lang.Object
com.espertech.esper.compiler.internal.parse.ASTAnnotationHelper

public class ASTAnnotationHelper extends Object
Walker to annotation stuctures.
  • 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 node
      classpathImportService - for imports
      Returns:
      annotation descriptor
      Throws:
      ASTWalkException - if the walk failed