public class org.graalvm.compiler.replacements.processor.ReplacementsAnnotationProcessor extends org.graalvm.compiler.processor.AbstractProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.replacements.processor.ReplacementsAnnotationProcessor
  super_class: org.graalvm.compiler.processor.AbstractProcessor
{
  private java.util.List<org.graalvm.compiler.replacements.processor.AnnotationHandler> handlers;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/graalvm/compiler/replacements/processor/AnnotationHandler;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.processor.ReplacementsAnnotationProcessor this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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.tools cannot be resolved\n\tThe hierarchy of the type ReplacementsAnnotationProcessor is inconsistent\n\tThe type ReplacementsAnnotationProcessor must implement the inherited abstract method AbstractProcessor.doProcess(Set<? extends TypeElement>, RoundEnvironment)\n\tSourceVersion cannot be resolved to a type\n\tThe method getSupportedSourceVersion() of type ReplacementsAnnotationProcessor 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\tTypeElement cannot be resolved to a type\n\tThe method getTypeElementOrNull(String) from the type AbstractProcessor refers to the missing type TypeElement\n\tElement cannot be resolved to a type\n\tAnnotationMirror cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tThe method env() from the type AbstractProcessor refers to the missing type ProcessingEnvironment\n\tKind cannot be resolved to a variable\n\tThe method env() from the type AbstractProcessor refers to the missing type ProcessingEnvironment\n\tKind cannot be resolved to a variable\n\tThe method getSupportedAnnotationTypes() of type ReplacementsAnnotationProcessor 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.processor.ReplacementsAnnotationProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/processor/ReplacementsAnnotationProcessor;

  public SourceVersion getSupportedSourceVersion();
    descriptor: ()LSourceVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.processor.ReplacementsAnnotationProcessor this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSourceVersion cannot be resolved to a type\n\tThe method getSupportedSourceVersion() of type ReplacementsAnnotationProcessor 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.processor.ReplacementsAnnotationProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/processor/ReplacementsAnnotationProcessor;

  public boolean doProcess(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.processor.ReplacementsAnnotationProcessor this
         0: .line 54
            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\tTypeElement cannot be resolved to a type\n\tThe method getTypeElementOrNull(String) from the type AbstractProcessor refers to the missing type TypeElement\n\tElement cannot be resolved to a type\n\tAnnotationMirror cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tThe method env() from the type AbstractProcessor refers to the missing type ProcessingEnvironment\n\tKind cannot be resolved to a variable\n\tThe method env() from the type AbstractProcessor refers to the missing type ProcessingEnvironment\n\tKind cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.processor.ReplacementsAnnotationProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/processor/ReplacementsAnnotationProcessor;
    Signature: (Ljava/util/Set<+LTypeElement;>;LRoundEnvironment;)Z
    MethodParameters:
             Name  Flags
      annotations  
      roundEnv     

  public java.util.List<org.graalvm.compiler.replacements.processor.AnnotationHandler> getHandlers();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.processor.ReplacementsAnnotationProcessor this
         0: .line 79
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.processor.ReplacementsAnnotationProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/processor/ReplacementsAnnotationProcessor;
    Signature: ()Ljava/util/List<Lorg/graalvm/compiler/replacements/processor/AnnotationHandler;>;

  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.processor.ReplacementsAnnotationProcessor this
         0: .line 91
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getSupportedAnnotationTypes() of type ReplacementsAnnotationProcessor 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.processor.ReplacementsAnnotationProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/processor/ReplacementsAnnotationProcessor;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;
}
SourceFile: "ReplacementsAnnotationProcessor.java"