abstract class javafx.fxml.FXMLLoader$SupportedType extends java.lang.Enum<javafx.fxml.FXMLLoader$SupportedType>
  minor version: 0
  major version: 59
  flags: flags: (0x4420) ACC_SUPER, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: javafx.fxml.FXMLLoader$SupportedType
  super_class: java.lang.Enum
{
  public static final javafx.fxml.FXMLLoader$SupportedType PARAMETERLESS;
    descriptor: Ljavafx/fxml/FXMLLoader$SupportedType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final javafx.fxml.FXMLLoader$SupportedType EVENT;
    descriptor: Ljavafx/fxml/FXMLLoader$SupportedType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final javafx.fxml.FXMLLoader$SupportedType LIST_CHANGE_LISTENER;
    descriptor: Ljavafx/fxml/FXMLLoader$SupportedType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final javafx.fxml.FXMLLoader$SupportedType MAP_CHANGE_LISTENER;
    descriptor: Ljavafx/fxml/FXMLLoader$SupportedType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final javafx.fxml.FXMLLoader$SupportedType SET_CHANGE_LISTENER;
    descriptor: Ljavafx/fxml/FXMLLoader$SupportedType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final javafx.fxml.FXMLLoader$SupportedType PROPERTY_CHANGE_LISTENER;
    descriptor: Ljavafx/fxml/FXMLLoader$SupportedType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.fxml.FXMLLoader$SupportedType this
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tStackWalker cannot be resolved to a type\n\tType mismatch: cannot convert from StackWalker to StackWalker\n\tStackWalker cannot be resolved to a type\n\tThis lambda expression refers to the missing type StackWalker\n\tStackWalker cannot be resolved\n\tStackWalker cannot be resolved to a variable\n\tStackWalker cannot be resolved to a type\n\tStackWalker cannot be resolved to a type\n\tStackWalker cannot be resolved to a type\n\tThe method getModule() is undefined for the type Class<FXMLLoader>\n\tThe method getModule() is undefined for the type Class\n\tStackWalker cannot be resolved to a type\n\tStackWalker cannot be resolved to a type\n\tStackWalker cannot be resolved to a type\n\tStackWalker cannot be resolved to a type\n\tStackWalker cannot be resolved to a type\n\tStackWalker cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javafx.fxml.FXMLLoader$SupportedType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/fxml/FXMLLoader$SupportedType;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  protected abstract boolean methodIsOfType(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      m     
}
Signature: Ljava/lang/Enum<Ljavafx/fxml/FXMLLoader$SupportedType;>;
SourceFile: "FXMLLoader.java"
NestHost: javafx.fxml.FXMLLoader
InnerClasses:
  private abstract SupportedType = javafx.fxml.FXMLLoader$SupportedType of javafx.fxml.FXMLLoader