public final class javafx.scene.web.PopupFeatures
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javafx.scene.web.PopupFeatures
  super_class: java.lang.Object
{
  private final boolean menu;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean status;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean toolbar;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean resizable;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(boolean, boolean, boolean, boolean);
    descriptor: (ZZZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // javafx.scene.web.PopupFeatures this
        start local 1 // boolean menu
        start local 2 // boolean status
        start local 3 // boolean toolbar
        start local 4 // boolean resizable
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            iload 1 /* menu */
            putfield javafx.scene.web.PopupFeatures.menu:Z
         2: .line 56
            aload 0 /* this */
            iload 2 /* status */
            putfield javafx.scene.web.PopupFeatures.status:Z
         3: .line 57
            aload 0 /* this */
            iload 3 /* toolbar */
            putfield javafx.scene.web.PopupFeatures.toolbar:Z
         4: .line 58
            aload 0 /* this */
            iload 4 /* resizable */
            putfield javafx.scene.web.PopupFeatures.resizable:Z
         5: .line 59
            return
        end local 4 // boolean resizable
        end local 3 // boolean toolbar
        end local 2 // boolean status
        end local 1 // boolean menu
        end local 0 // javafx.scene.web.PopupFeatures this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Ljavafx/scene/web/PopupFeatures;
            0    6     1       menu  Z
            0    6     2     status  Z
            0    6     3    toolbar  Z
            0    6     4  resizable  Z
    RuntimeVisibleParameterAnnotations: 
      0:
        javafx.beans.NamedArg(value = "menu")
      1:
        javafx.beans.NamedArg(value = "status")
      2:
        javafx.beans.NamedArg(value = "toolbar")
      3:
        javafx.beans.NamedArg(value = "resizable")
    MethodParameters:
           Name  Flags
      menu       
      status     
      toolbar    
      resizable  

  public final boolean hasMenu();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.web.PopupFeatures this
         0: .line 66
            aload 0 /* this */
            getfield javafx.scene.web.PopupFeatures.menu:Z
            ireturn
        end local 0 // javafx.scene.web.PopupFeatures this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/web/PopupFeatures;

  public final boolean hasStatus();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.web.PopupFeatures this
         0: .line 74
            aload 0 /* this */
            getfield javafx.scene.web.PopupFeatures.status:Z
            ireturn
        end local 0 // javafx.scene.web.PopupFeatures this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/web/PopupFeatures;

  public final boolean hasToolbar();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.web.PopupFeatures this
         0: .line 82
            aload 0 /* this */
            getfield javafx.scene.web.PopupFeatures.toolbar:Z
            ireturn
        end local 0 // javafx.scene.web.PopupFeatures this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/web/PopupFeatures;

  public final boolean isResizable();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.web.PopupFeatures this
         0: .line 90
            aload 0 /* this */
            getfield javafx.scene.web.PopupFeatures.resizable:Z
            ireturn
        end local 0 // javafx.scene.web.PopupFeatures this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/web/PopupFeatures;
}
SourceFile: "PopupFeatures.java"