class javafx.fxml.FXMLLoader$PropertyChangeAdapter implements javafx.beans.value.ChangeListener<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.fxml.FXMLLoader$PropertyChangeAdapter
  super_class: java.lang.Object
{
  public final javafx.fxml.FXMLLoader$MethodHandler handler;
    descriptor: Ljavafx/fxml/FXMLLoader$MethodHandler;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(javafx.fxml.FXMLLoader$MethodHandler);
    descriptor: (Ljavafx/fxml/FXMLLoader$MethodHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.fxml.FXMLLoader$PropertyChangeAdapter 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$PropertyChangeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/fxml/FXMLLoader$PropertyChangeAdapter;
    MethodParameters:
         Name  Flags
      handler  

  public void changed(javafx.beans.value.ObservableValue<? extends java.lang.Object>, , );
    descriptor: (Ljavafx/beans/value/ObservableValue;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javafx.fxml.FXMLLoader$PropertyChangeAdapter this
         0: .line 1763
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javafx.fxml.FXMLLoader$PropertyChangeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/fxml/FXMLLoader$PropertyChangeAdapter;
    Signature: (Ljavafx/beans/value/ObservableValue<+Ljava/lang/Object;>;Ljava/lang/Object;Ljava/lang/Object;)V
    MethodParameters:
            Name  Flags
      observable  
      oldValue    
      newValue    
}
Signature: Ljava/lang/Object;Ljavafx/beans/value/ChangeListener<Ljava/lang/Object;>;
SourceFile: "FXMLLoader.java"
NestHost: javafx.fxml.FXMLLoader
InnerClasses:
  private MethodHandler = javafx.fxml.FXMLLoader$MethodHandler of javafx.fxml.FXMLLoader
  private PropertyChangeAdapter = javafx.fxml.FXMLLoader$PropertyChangeAdapter of javafx.fxml.FXMLLoader