public class javafx.geometry.Insets
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.geometry.Insets
  super_class: java.lang.Object
{
  public static final javafx.geometry.Insets EMPTY;
    descriptor: Ljavafx/geometry/Insets;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private double top;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double right;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double bottom;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double left;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private int hash;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=10, locals=0, args_size=0
         0: .line 38
            new javafx.geometry.Insets
            dup
            dconst_0
            dconst_0
            dconst_0
            dconst_0
            invokespecial javafx.geometry.Insets.<init>:(DDDD)V
            putstatic javafx.geometry.Insets.EMPTY:Ljavafx/geometry/Insets;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public final double getTop();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.geometry.Insets this
         0: .line 44
            aload 0 /* this */
            getfield javafx.geometry.Insets.top:D
            dreturn
        end local 0 // javafx.geometry.Insets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/geometry/Insets;

  public final double getRight();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.geometry.Insets this
         0: .line 51
            aload 0 /* this */
            getfield javafx.geometry.Insets.right:D
            dreturn
        end local 0 // javafx.geometry.Insets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/geometry/Insets;

  public final double getBottom();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.geometry.Insets this
         0: .line 58
            aload 0 /* this */
            getfield javafx.geometry.Insets.bottom:D
            dreturn
        end local 0 // javafx.geometry.Insets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/geometry/Insets;

  public final double getLeft();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.geometry.Insets this
         0: .line 65
            aload 0 /* this */
            getfield javafx.geometry.Insets.left:D
            dreturn
        end local 0 // javafx.geometry.Insets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/geometry/Insets;

  public void <init>(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=5
        start local 0 // javafx.geometry.Insets this
        start local 1 // double top
        start local 3 // double right
        start local 5 // double bottom
        start local 7 // double left
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 72
            aload 0 /* this */
            iconst_0
            putfield javafx.geometry.Insets.hash:I
         2: .line 83
            aload 0 /* this */
            dload 1 /* top */
            putfield javafx.geometry.Insets.top:D
         3: .line 84
            aload 0 /* this */
            dload 3 /* right */
            putfield javafx.geometry.Insets.right:D
         4: .line 85
            aload 0 /* this */
            dload 5 /* bottom */
            putfield javafx.geometry.Insets.bottom:D
         5: .line 86
            aload 0 /* this */
            dload 7 /* left */
            putfield javafx.geometry.Insets.left:D
         6: .line 87
            return
        end local 7 // double left
        end local 5 // double bottom
        end local 3 // double right
        end local 1 // double top
        end local 0 // javafx.geometry.Insets this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljavafx/geometry/Insets;
            0    7     1     top  D
            0    7     3   right  D
            0    7     5  bottom  D
            0    7     7    left  D
    RuntimeVisibleParameterAnnotations: 
      0:
        javafx.beans.NamedArg(value = "top")
      1:
        javafx.beans.NamedArg(value = "right")
      2:
        javafx.beans.NamedArg(value = "bottom")
      3:
        javafx.beans.NamedArg(value = "left")
    MethodParameters:
        Name  Flags
      top     
      right   
      bottom  
      left    

  public void <init>(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.geometry.Insets this
        start local 1 // double topRightBottomLeft
         0: .line 95
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 72
            aload 0 /* this */
            iconst_0
            putfield javafx.geometry.Insets.hash:I
         2: .line 96
            aload 0 /* this */
            dload 1 /* topRightBottomLeft */
            putfield javafx.geometry.Insets.top:D
         3: .line 97
            aload 0 /* this */
            dload 1 /* topRightBottomLeft */
            putfield javafx.geometry.Insets.right:D
         4: .line 98
            aload 0 /* this */
            dload 1 /* topRightBottomLeft */
            putfield javafx.geometry.Insets.bottom:D
         5: .line 99
            aload 0 /* this */
            dload 1 /* topRightBottomLeft */
            putfield javafx.geometry.Insets.left:D
         6: .line 100
            return
        end local 1 // double topRightBottomLeft
        end local 0 // javafx.geometry.Insets this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0                this  Ljavafx/geometry/Insets;
            0    7     1  topRightBottomLeft  D
    RuntimeVisibleParameterAnnotations: 
      0:
        javafx.beans.NamedArg(value = "topRightBottomLeft")
    MethodParameters:
                    Name  Flags
      topRightBottomLeft  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.geometry.Insets this
        start local 1 // java.lang.Object obj
         0: .line 109
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 110
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof javafx.geometry.Insets
            ifeq 9
         2: .line 111
            aload 1 /* obj */
            checkcast javafx.geometry.Insets
            astore 2 /* other */
        start local 2 // javafx.geometry.Insets other
         3: .line 112
            aload 0 /* this */
            getfield javafx.geometry.Insets.top:D
            aload 2 /* other */
            getfield javafx.geometry.Insets.top:D
            dcmpl
            ifne 8
         4: .line 113
            aload 0 /* this */
            getfield javafx.geometry.Insets.right:D
            aload 2 /* other */
            getfield javafx.geometry.Insets.right:D
            dcmpl
            ifne 8
         5: .line 114
            aload 0 /* this */
            getfield javafx.geometry.Insets.bottom:D
            aload 2 /* other */
            getfield javafx.geometry.Insets.bottom:D
            dcmpl
            ifne 8
         6: .line 115
            aload 0 /* this */
            getfield javafx.geometry.Insets.left:D
            aload 2 /* other */
            getfield javafx.geometry.Insets.left:D
            dcmpl
            ifne 8
         7: .line 112
            iconst_1
            ireturn
      StackMap locals: javafx.geometry.Insets
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // javafx.geometry.Insets other
         9: .line 116
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // javafx.geometry.Insets this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Ljavafx/geometry/Insets;
            0   10     1    obj  Ljava/lang/Object;
            3    9     2  other  Ljavafx/geometry/Insets;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // javafx.geometry.Insets this
         0: .line 125
            aload 0 /* this */
            getfield javafx.geometry.Insets.hash:I
            ifne 7
         1: .line 126
            ldc 17
            lstore 1 /* bits */
        start local 1 // long bits
         2: .line 127
            ldc 37
            lload 1 /* bits */
            lmul
            aload 0 /* this */
            getfield javafx.geometry.Insets.top:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            ladd
            lstore 1 /* bits */
         3: .line 128
            ldc 37
            lload 1 /* bits */
            lmul
            aload 0 /* this */
            getfield javafx.geometry.Insets.right:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            ladd
            lstore 1 /* bits */
         4: .line 129
            ldc 37
            lload 1 /* bits */
            lmul
            aload 0 /* this */
            getfield javafx.geometry.Insets.bottom:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            ladd
            lstore 1 /* bits */
         5: .line 130
            ldc 37
            lload 1 /* bits */
            lmul
            aload 0 /* this */
            getfield javafx.geometry.Insets.left:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            ladd
            lstore 1 /* bits */
         6: .line 131
            aload 0 /* this */
            lload 1 /* bits */
            lload 1 /* bits */
            bipush 32
            lshr
            lxor
            l2i
            putfield javafx.geometry.Insets.hash:I
        end local 1 // long bits
         7: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.geometry.Insets.hash:I
            ireturn
        end local 0 // javafx.geometry.Insets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavafx/geometry/Insets;
            2    7     1  bits  J

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.geometry.Insets this
         0: .line 141
            new java.lang.StringBuilder
            dup
            ldc "Insets [top="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield javafx.geometry.Insets.top:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc ", right="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield javafx.geometry.Insets.right:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc ", bottom="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 142
            aload 0 /* this */
            getfield javafx.geometry.Insets.bottom:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc ", left="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield javafx.geometry.Insets.left:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 141
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // javafx.geometry.Insets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/geometry/Insets;
}
SourceFile: "Insets.java"