class javafx.scene.web.WebHistory$1 extends javafx.beans.property.SimpleIntegerProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.web.WebHistory$1
  super_class: javafx.beans.property.SimpleIntegerProperty
{
  final javafx.scene.web.WebHistory this$0;
    descriptor: Ljavafx/scene/web/WebHistory;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.web.WebHistory, java.lang.Object, java.lang.String, int);
    descriptor: (Ljavafx/scene/web/WebHistory;Ljava/lang/Object;Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // javafx.scene.web.WebHistory$1 this
        start local 2 // java.lang.Object $anonymous0
        start local 3 // java.lang.String $anonymous1
        start local 4 // int $anonymous2
         0: .line 252
            aload 0 /* this */
            aload 1
            putfield javafx.scene.web.WebHistory$1.this$0:Ljavafx/scene/web/WebHistory;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            iload 4 /* $anonymous2 */
            invokespecial javafx.beans.property.SimpleIntegerProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;I)V
            return
        end local 4 // int $anonymous2
        end local 3 // java.lang.String $anonymous1
        end local 2 // java.lang.Object $anonymous0
        end local 0 // javafx.scene.web.WebHistory$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/web/WebHistory$1;
            0    1     2  $anonymous0  Ljava/lang/Object;
            0    1     3  $anonymous1  Ljava/lang/String;
            0    1     4  $anonymous2  I
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  

  public void set(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.web.WebHistory$1 this
        start local 1 // int value
         0: .line 255
            iload 1 /* value */
            ifge 2
         1: .line 256
            new java.lang.IllegalArgumentException
            dup
            ldc "value cannot be negative."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* value */
            invokespecial javafx.beans.property.SimpleIntegerProperty.set:(I)V
         3: .line 259
            return
        end local 1 // int value
        end local 0 // javafx.scene.web.WebHistory$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavafx/scene/web/WebHistory$1;
            0    4     1  value  I
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "WebHistory.java"
EnclosingMethod: javafx.scene.web.WebHistory.maxSizeProperty:()Ljavafx/beans/property/IntegerProperty;
NestHost: javafx.scene.web.WebHistory
InnerClasses:
  javafx.scene.web.WebHistory$1