public class org.graalvm.compiler.replacements.verifier.VerifierAnnotationProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.replacements.verifier.VerifierAnnotationProcessor
  super_class: java.lang.Object
{
  private java.util.List<org.graalvm.compiler.replacements.verifier.AbstractVerifier> verifiers;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/graalvm/compiler/replacements/verifier/AbstractVerifier;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.verifier.VerifierAnnotationProcessor this
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.annotation cannot be resolved\n\tThe import javax.annotation cannot be resolved\n\tThe import javax.annotation cannot be resolved\n\tThe import javax.lang cannot be resolved\n\tThe import javax.lang cannot be resolved\n\tThe import javax.lang cannot be resolved\n\tThe import javax.lang cannot be resolved\n\tThe import javax.lang cannot be resolved\n\tAbstractProcessor cannot be resolved to a type\n\tSourceVersion cannot be resolved to a type\n\tThe method getSupportedSourceVersion() of type VerifierAnnotationProcessor must override or implement a supertype method\n\tSourceVersion cannot be resolved\n\tTypeElement cannot be resolved to a type\n\tRoundEnvironment cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tAnnotationMirror cannot be resolved to a type\n\tprocessingEnv cannot be resolved to a variable\n\tprocessingEnv cannot be resolved to a variable\n\tAnnotationMirror cannot be resolved to a type\n\tProcessingEnvironment cannot be resolved to a type\n\tAnnotationMirror cannot be resolved to a type\n\tTypeElement cannot be resolved to a type\n\tAnnotationMirror cannot be resolved to a type\n\tType mismatch: cannot convert from element type capture#5-of ? extends AnnotationMirror to AnnotationMirror\n\tDeclaredType cannot be resolved to a type\n\tTypeElement cannot be resolved to a type\n\tTypeElement cannot be resolved to a type\n\tprocessingEnv cannot be resolved or is not a field\n\tprocessingEnv cannot be resolved or is not a field\n\tprocessingEnv cannot be resolved or is not a field\n\tprocessingEnv cannot be resolved or is not a field\n\tprocessingEnv cannot be resolved or is not a field\n\tThe method getSupportedAnnotationTypes() of type VerifierAnnotationProcessor must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.verifier.VerifierAnnotationProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/verifier/VerifierAnnotationProcessor;

  public SourceVersion getSupportedSourceVersion();
    descriptor: ()LSourceVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.verifier.VerifierAnnotationProcessor this
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSourceVersion cannot be resolved to a type\n\tThe method getSupportedSourceVersion() of type VerifierAnnotationProcessor must override or implement a supertype method\n\tSourceVersion cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.verifier.VerifierAnnotationProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/verifier/VerifierAnnotationProcessor;

  public boolean process(java.util.Set<? extends TypeElement>, RoundEnvironment);
    descriptor: (Ljava/util/Set;LRoundEnvironment;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.replacements.verifier.VerifierAnnotationProcessor this
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTypeElement cannot be resolved to a type\n\tRoundEnvironment cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tAnnotationMirror cannot be resolved to a type\n\tprocessingEnv cannot be resolved to a variable\n\tprocessingEnv cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.verifier.VerifierAnnotationProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/verifier/VerifierAnnotationProcessor;
    Signature: (Ljava/util/Set<+LTypeElement;>;LRoundEnvironment;)Z
    MethodParameters:
             Name  Flags
      annotations  
      roundEnv     

  public static AnnotationMirror findAnnotationMirror(ProcessingEnvironment, java.util.List<? extends AnnotationMirror>, java.lang.Class<?>);
    descriptor: (LProcessingEnvironment;Ljava/util/List;Ljava/lang/Class;)LAnnotationMirror;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAnnotationMirror cannot be resolved to a type\n\tProcessingEnvironment cannot be resolved to a type\n\tAnnotationMirror cannot be resolved to a type\n\tTypeElement cannot be resolved to a type\n\tAnnotationMirror cannot be resolved to a type\n\tType mismatch: cannot convert from element type capture#5-of ? extends AnnotationMirror to AnnotationMirror\n\tDeclaredType cannot be resolved to a type\n\tTypeElement cannot be resolved to a type\n\tTypeElement cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (LProcessingEnvironment;Ljava/util/List<+LAnnotationMirror;>;Ljava/lang/Class<*>;)LAnnotationMirror;
    MethodParameters:
                 Name  Flags
      processingEnv    
      mirrors          
      annotationClass  

  public java.util.List<org.graalvm.compiler.replacements.verifier.AbstractVerifier> getVerifiers();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.verifier.VerifierAnnotationProcessor this
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tprocessingEnv cannot be resolved or is not a field\n\tprocessingEnv cannot be resolved or is not a field\n\tprocessingEnv cannot be resolved or is not a field\n\tprocessingEnv cannot be resolved or is not a field\n\tprocessingEnv cannot be resolved or is not a field\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.verifier.VerifierAnnotationProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/verifier/VerifierAnnotationProcessor;
    Signature: ()Ljava/util/List<Lorg/graalvm/compiler/replacements/verifier/AbstractVerifier;>;

  public java.util.Set<java.lang.String> getSupportedAnnotationTypes();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.verifier.VerifierAnnotationProcessor this
         0: .line 98
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getSupportedAnnotationTypes() of type VerifierAnnotationProcessor must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.verifier.VerifierAnnotationProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/verifier/VerifierAnnotationProcessor;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;
}
SourceFile: "VerifierAnnotationProcessor.java"