public class javafx.stage.Popup extends javafx.stage.PopupWindow
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.stage.Popup
  super_class: javafx.stage.PopupWindow
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Popup this
         0: .line 39
            aload 0 /* this */
            invokespecial javafx.stage.PopupWindow.<init>:()V
            return
        end local 0 // javafx.stage.Popup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Popup;

  public final javafx.collections.ObservableList<javafx.scene.Node> getContent();
    descriptor: ()Ljavafx/collections/ObservableList;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Popup this
         0: .line 47
            aload 0 /* this */
            invokespecial javafx.stage.PopupWindow.getContent:()Ljavafx/collections/ObservableList;
            areturn
        end local 0 // javafx.stage.Popup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Popup;
    Signature: ()Ljavafx/collections/ObservableList<Ljavafx/scene/Node;>;
}
SourceFile: "Popup.java"