public abstract class javafx.scene.control.SkinBase<C extends javafx.scene.control.Control> implements javafx.scene.control.Skin<C>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javafx.scene.control.SkinBase
  super_class: java.lang.Object
{
  private C control;
    descriptor: Ljavafx/scene/control/Control;
    flags: (0x0002) ACC_PRIVATE
    Signature: TC;

  private javafx.collections.ObservableList<javafx.scene.Node> children;
    descriptor: Ljavafx/collections/ObservableList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/collections/ObservableList<Ljavafx/scene/Node;>;

  private com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler lambdaChangeListenerHandler;
    descriptor: Lcom/sun/javafx/scene/control/LambdaMultiplePropertyChangeListenerHandler;
    flags: (0x0002) ACC_PRIVATE

  private static final javafx.event.EventHandler<javafx.scene.input.MouseEvent> mouseEventConsumer;
    descriptor: Ljavafx/event/EventHandler;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljavafx/event/EventHandler<Ljavafx/scene/input/MouseEvent;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 96
            invokedynamic handle()Ljavafx/event/EventHandler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/event/Event;)V
                  javafx/scene/control/SkinBase.lambda$0(Ljavafx/scene/input/MouseEvent;)V (6)
                  (Ljavafx/scene/input/MouseEvent;)V
            putstatic javafx.scene.control.SkinBase.mouseEventConsumer:Ljavafx/event/EventHandler;
         1: .line 103
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>();
    descriptor: (Ljavafx/scene/control/Control;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // javafx.scene.control.Control control
         0: .line 118
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 119
            aload 1 /* control */
            ifnonnull 3
         2: .line 120
            new java.lang.IllegalArgumentException
            dup
            ldc "Cannot pass null for control"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 124
      StackMap locals: javafx.scene.control.SkinBase javafx.scene.control.Control
      StackMap stack:
            aload 0 /* this */
            aload 1 /* control */
            putfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
         4: .line 125
            aload 0 /* this */
            aload 1 /* control */
            invokevirtual javafx.scene.control.Control.getControlChildren:()Ljavafx/collections/ObservableList;
            putfield javafx.scene.control.SkinBase.children:Ljavafx/collections/ObservableList;
         5: .line 128
            aload 0 /* this */
            iconst_1
            invokevirtual javafx.scene.control.SkinBase.consumeMouseEvents:(Z)V
         6: .line 129
            return
        end local 1 // javafx.scene.control.Control control
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Ljavafx/scene/control/SkinBase<TC;>;
            0    7     1  control  TC;
    Signature: (TC;)V
    MethodParameters:
         Name  Flags
      control  final

  public final C getSkinnable();
    descriptor: ()Ljavafx/scene/control/Control;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.SkinBase this
         0: .line 141
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            areturn
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/SkinBase<TC;>;
    Signature: ()TC;

  public final javafx.scene.Node getNode();
    descriptor: ()Ljavafx/scene/Node;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.SkinBase this
         0: .line 146
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            areturn
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/SkinBase<TC;>;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.SkinBase this
         0: .line 154
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.lambdaChangeListenerHandler:Lcom/sun/javafx/scene/control/LambdaMultiplePropertyChangeListenerHandler;
            ifnull 2
         1: .line 155
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.lambdaChangeListenerHandler:Lcom/sun/javafx/scene/control/LambdaMultiplePropertyChangeListenerHandler;
            invokevirtual com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler.dispose:()V
         2: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
         3: .line 159
            return
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/control/SkinBase<TC;>;

  public final javafx.collections.ObservableList<javafx.scene.Node> getChildren();
    descriptor: ()Ljavafx/collections/ObservableList;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.SkinBase this
         0: .line 174
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.children:Ljavafx/collections/ObservableList;
            areturn
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/SkinBase<TC;>;
    Signature: ()Ljavafx/collections/ObservableList<Ljavafx/scene/Node;>;

  protected void layoutChildren(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=14, locals=12, args_size=5
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // double contentX
        start local 3 // double contentY
        start local 5 // double contentWidth
        start local 7 // double contentHeight
         0: .line 187
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         1: aload 0 /* this */
            getfield javafx.scene.control.SkinBase.children:Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.size:()I
            istore 10 /* max */
        start local 10 // int max
         2: goto 7
         3: .line 188
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.children:Ljavafx/collections/ObservableList;
            iload 9 /* i */
            invokeinterface javafx.collections.ObservableList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 11 /* child */
        start local 11 // javafx.scene.Node child
         4: .line 189
            aload 11 /* child */
            invokevirtual javafx.scene.Node.isManaged:()Z
            ifeq 6
         5: .line 190
            aload 0 /* this */
            aload 11 /* child */
            dload 1 /* contentX */
            dload 3 /* contentY */
            dload 5 /* contentWidth */
            dload 7 /* contentHeight */
            ldc -1.0
            getstatic javafx.geometry.HPos.CENTER:Ljavafx/geometry/HPos;
            getstatic javafx.geometry.VPos.CENTER:Ljavafx/geometry/VPos;
            invokevirtual javafx.scene.control.SkinBase.layoutInArea:(Ljavafx/scene/Node;DDDDDLjavafx/geometry/HPos;Ljavafx/geometry/VPos;)V
        end local 11 // javafx.scene.Node child
         6: .line 187
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 9 /* i */
            iload 10 /* max */
            if_icmplt 3
        end local 10 // int max
        end local 9 // int i
         8: .line 193
            return
        end local 7 // double contentHeight
        end local 5 // double contentWidth
        end local 3 // double contentY
        end local 1 // double contentX
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Ljavafx/scene/control/SkinBase<TC;>;
            0    9     1       contentX  D
            0    9     3       contentY  D
            0    9     5   contentWidth  D
            0    9     7  contentHeight  D
            1    8     9              i  I
            2    8    10            max  I
            4    6    11          child  Ljavafx/scene/Node;
    MethodParameters:
               Name  Flags
      contentX       final
      contentY       final
      contentWidth   final
      contentHeight  final

  protected final void consumeMouseEvents(boolean);
    descriptor: (Z)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // boolean value
         0: .line 200
            iload 1 /* value */
            ifeq 3
         1: .line 201
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            getstatic javafx.scene.input.MouseEvent.ANY:Ljavafx/event/EventType;
            getstatic javafx.scene.control.SkinBase.mouseEventConsumer:Ljavafx/event/EventHandler;
            invokevirtual javafx.scene.control.Control.addEventHandler:(Ljavafx/event/EventType;Ljavafx/event/EventHandler;)V
         2: .line 202
            goto 4
         3: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            getstatic javafx.scene.input.MouseEvent.ANY:Ljavafx/event/EventType;
            getstatic javafx.scene.control.SkinBase.mouseEventConsumer:Ljavafx/event/EventHandler;
            invokevirtual javafx.scene.control.Control.removeEventHandler:(Ljavafx/event/EventType;Ljavafx/event/EventHandler;)V
         4: .line 205
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean value
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavafx/scene/control/SkinBase<TC;>;
            0    5     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  protected final void registerChangeListener(javafx.beans.value.ObservableValue<?>, java.util.function.Consumer<javafx.beans.value.ObservableValue<?>>);
    descriptor: (Ljavafx/beans/value/ObservableValue;Ljava/util/function/Consumer;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // javafx.beans.value.ObservableValue property
        start local 2 // java.util.function.Consumer consumer
         0: .line 216
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.lambdaChangeListenerHandler:Lcom/sun/javafx/scene/control/LambdaMultiplePropertyChangeListenerHandler;
            ifnonnull 2
         1: .line 217
            aload 0 /* this */
            new com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler
            dup
            invokespecial com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler.<init>:()V
            putfield javafx.scene.control.SkinBase.lambdaChangeListenerHandler:Lcom/sun/javafx/scene/control/LambdaMultiplePropertyChangeListenerHandler;
         2: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.lambdaChangeListenerHandler:Lcom/sun/javafx/scene/control/LambdaMultiplePropertyChangeListenerHandler;
            aload 1 /* property */
            aload 2 /* consumer */
            invokevirtual com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler.registerChangeListener:(Ljavafx/beans/value/ObservableValue;Ljava/util/function/Consumer;)V
         3: .line 220
            return
        end local 2 // java.util.function.Consumer consumer
        end local 1 // javafx.beans.value.ObservableValue property
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljavafx/scene/control/SkinBase<TC;>;
            0    4     1  property  Ljavafx/beans/value/ObservableValue<*>;
            0    4     2  consumer  Ljava/util/function/Consumer<Ljavafx/beans/value/ObservableValue<*>;>;
    Signature: (Ljavafx/beans/value/ObservableValue<*>;Ljava/util/function/Consumer<Ljavafx/beans/value/ObservableValue<*>;>;)V
    MethodParameters:
          Name  Flags
      property  
      consumer  

  protected final java.util.function.Consumer<javafx.beans.value.ObservableValue<?>> unregisterChangeListeners(javafx.beans.value.ObservableValue<?>);
    descriptor: (Ljavafx/beans/value/ObservableValue;)Ljava/util/function/Consumer;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // javafx.beans.value.ObservableValue property
         0: .line 235
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.lambdaChangeListenerHandler:Lcom/sun/javafx/scene/control/LambdaMultiplePropertyChangeListenerHandler;
            ifnonnull 2
         1: .line 236
            aconst_null
            areturn
         2: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.lambdaChangeListenerHandler:Lcom/sun/javafx/scene/control/LambdaMultiplePropertyChangeListenerHandler;
            aload 1 /* property */
            invokevirtual com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler.unregisterChangeListeners:(Ljavafx/beans/value/ObservableValue;)Ljava/util/function/Consumer;
            areturn
        end local 1 // javafx.beans.value.ObservableValue property
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljavafx/scene/control/SkinBase<TC;>;
            0    3     1  property  Ljavafx/beans/value/ObservableValue<*>;
    Signature: (Ljavafx/beans/value/ObservableValue<*>;)Ljava/util/function/Consumer<Ljavafx/beans/value/ObservableValue<*>;>;
    MethodParameters:
          Name  Flags
      property  

  protected double computeMinWidth(double, double, double, double, double);
    descriptor: (DDDDD)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=20, args_size=6
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // double height
        start local 3 // double topInset
        start local 5 // double rightInset
        start local 7 // double bottomInset
        start local 9 // double leftInset
         0: .line 264
            dconst_0
            dstore 11 /* minX */
        start local 11 // double minX
         1: .line 265
            dconst_0
            dstore 13 /* maxX */
        start local 13 // double maxX
         2: .line 266
            iconst_1
            istore 15 /* firstManagedChild */
        start local 15 // boolean firstManagedChild
         3: .line 267
            iconst_0
            istore 16 /* i */
        start local 16 // int i
         4: goto 16
         5: .line 268
      StackMap locals: javafx.scene.control.SkinBase double double double double double double double int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.children:Ljavafx/collections/ObservableList;
            iload 16 /* i */
            invokeinterface javafx.collections.ObservableList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 17 /* node */
        start local 17 // javafx.scene.Node node
         6: .line 269
            aload 17 /* node */
            invokevirtual javafx.scene.Node.isManaged:()Z
            ifeq 15
         7: .line 270
            aload 17 /* node */
            invokevirtual javafx.scene.Node.getLayoutBounds:()Ljavafx/geometry/Bounds;
            invokevirtual javafx.geometry.Bounds.getMinX:()D
            aload 17 /* node */
            invokevirtual javafx.scene.Node.getLayoutX:()D
            dadd
            dstore 18 /* x */
        start local 18 // double x
         8: .line 271
            iload 15 /* firstManagedChild */
            ifne 12
         9: .line 272
            dload 11 /* minX */
            dload 18 /* x */
            invokestatic java.lang.Math.min:(DD)D
            dstore 11 /* minX */
        10: .line 273
            dload 13 /* maxX */
            dload 18 /* x */
            aload 17 /* node */
            ldc -1.0
            invokevirtual javafx.scene.Node.minWidth:(D)D
            dadd
            invokestatic java.lang.Math.max:(DD)D
            dstore 13 /* maxX */
        11: .line 274
            goto 15
        12: .line 275
      StackMap locals: javafx.scene.Node double
      StackMap stack:
            dload 18 /* x */
            dstore 11 /* minX */
        13: .line 276
            dload 18 /* x */
            aload 17 /* node */
            ldc -1.0
            invokevirtual javafx.scene.Node.minWidth:(D)D
            dadd
            dstore 13 /* maxX */
        14: .line 277
            iconst_0
            istore 15 /* firstManagedChild */
        end local 18 // double x
        end local 17 // javafx.scene.Node node
        15: .line 267
      StackMap locals:
      StackMap stack:
            iinc 16 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 16 /* i */
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.children:Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.size:()I
            if_icmplt 5
        end local 16 // int i
        17: .line 281
            dload 13 /* maxX */
            dload 11 /* minX */
            dsub
            dstore 16 /* minWidth */
        start local 16 // double minWidth
        18: .line 282
            dload 9 /* leftInset */
            dload 16 /* minWidth */
            dadd
            dload 5 /* rightInset */
            dadd
            dreturn
        end local 16 // double minWidth
        end local 15 // boolean firstManagedChild
        end local 13 // double maxX
        end local 11 // double minX
        end local 9 // double leftInset
        end local 7 // double bottomInset
        end local 5 // double rightInset
        end local 3 // double topInset
        end local 1 // double height
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   19     0               this  Ljavafx/scene/control/SkinBase<TC;>;
            0   19     1             height  D
            0   19     3           topInset  D
            0   19     5         rightInset  D
            0   19     7        bottomInset  D
            0   19     9          leftInset  D
            1   19    11               minX  D
            2   19    13               maxX  D
            3   19    15  firstManagedChild  Z
            4   17    16                  i  I
            6   15    17               node  Ljavafx/scene/Node;
            8   15    18                  x  D
           18   19    16           minWidth  D
    MethodParameters:
             Name  Flags
      height       
      topInset     
      rightInset   
      bottomInset  
      leftInset    

  protected double computeMinHeight(double, double, double, double, double);
    descriptor: (DDDDD)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=20, args_size=6
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // double width
        start local 3 // double topInset
        start local 5 // double rightInset
        start local 7 // double bottomInset
        start local 9 // double leftInset
         0: .line 299
            dconst_0
            dstore 11 /* minY */
        start local 11 // double minY
         1: .line 300
            dconst_0
            dstore 13 /* maxY */
        start local 13 // double maxY
         2: .line 301
            iconst_1
            istore 15 /* firstManagedChild */
        start local 15 // boolean firstManagedChild
         3: .line 302
            iconst_0
            istore 16 /* i */
        start local 16 // int i
         4: goto 16
         5: .line 303
      StackMap locals: javafx.scene.control.SkinBase double double double double double double double int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.children:Ljavafx/collections/ObservableList;
            iload 16 /* i */
            invokeinterface javafx.collections.ObservableList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 17 /* node */
        start local 17 // javafx.scene.Node node
         6: .line 304
            aload 17 /* node */
            invokevirtual javafx.scene.Node.isManaged:()Z
            ifeq 15
         7: .line 305
            aload 17 /* node */
            invokevirtual javafx.scene.Node.getLayoutBounds:()Ljavafx/geometry/Bounds;
            invokevirtual javafx.geometry.Bounds.getMinY:()D
            aload 17 /* node */
            invokevirtual javafx.scene.Node.getLayoutY:()D
            dadd
            dstore 18 /* y */
        start local 18 // double y
         8: .line 306
            iload 15 /* firstManagedChild */
            ifne 12
         9: .line 307
            dload 11 /* minY */
            dload 18 /* y */
            invokestatic java.lang.Math.min:(DD)D
            dstore 11 /* minY */
        10: .line 308
            dload 13 /* maxY */
            dload 18 /* y */
            aload 17 /* node */
            ldc -1.0
            invokevirtual javafx.scene.Node.minHeight:(D)D
            dadd
            invokestatic java.lang.Math.max:(DD)D
            dstore 13 /* maxY */
        11: .line 309
            goto 15
        12: .line 310
      StackMap locals: javafx.scene.Node double
      StackMap stack:
            dload 18 /* y */
            dstore 11 /* minY */
        13: .line 311
            dload 18 /* y */
            aload 17 /* node */
            ldc -1.0
            invokevirtual javafx.scene.Node.minHeight:(D)D
            dadd
            dstore 13 /* maxY */
        14: .line 312
            iconst_0
            istore 15 /* firstManagedChild */
        end local 18 // double y
        end local 17 // javafx.scene.Node node
        15: .line 302
      StackMap locals:
      StackMap stack:
            iinc 16 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 16 /* i */
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.children:Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.size:()I
            if_icmplt 5
        end local 16 // int i
        17: .line 316
            dload 13 /* maxY */
            dload 11 /* minY */
            dsub
            dstore 16 /* minHeight */
        start local 16 // double minHeight
        18: .line 317
            dload 3 /* topInset */
            dload 16 /* minHeight */
            dadd
            dload 7 /* bottomInset */
            dadd
            dreturn
        end local 16 // double minHeight
        end local 15 // boolean firstManagedChild
        end local 13 // double maxY
        end local 11 // double minY
        end local 9 // double leftInset
        end local 7 // double bottomInset
        end local 5 // double rightInset
        end local 3 // double topInset
        end local 1 // double width
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   19     0               this  Ljavafx/scene/control/SkinBase<TC;>;
            0   19     1              width  D
            0   19     3           topInset  D
            0   19     5         rightInset  D
            0   19     7        bottomInset  D
            0   19     9          leftInset  D
            1   19    11               minY  D
            2   19    13               maxY  D
            3   19    15  firstManagedChild  Z
            4   17    16                  i  I
            6   15    17               node  Ljavafx/scene/Node;
            8   15    18                  y  D
           18   19    16          minHeight  D
    MethodParameters:
             Name  Flags
      width        
      topInset     
      rightInset   
      bottomInset  
      leftInset    

  protected double computeMaxWidth(double, double, double, double, double);
    descriptor: (DDDDD)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=11, args_size=6
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // double height
        start local 3 // double topInset
        start local 5 // double rightInset
        start local 7 // double bottomInset
        start local 9 // double leftInset
         0: .line 333
            ldc 1.7976931348623157E308
            dreturn
        end local 9 // double leftInset
        end local 7 // double bottomInset
        end local 5 // double rightInset
        end local 3 // double topInset
        end local 1 // double height
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/control/SkinBase<TC;>;
            0    1     1       height  D
            0    1     3     topInset  D
            0    1     5   rightInset  D
            0    1     7  bottomInset  D
            0    1     9    leftInset  D
    MethodParameters:
             Name  Flags
      height       
      topInset     
      rightInset   
      bottomInset  
      leftInset    

  protected double computeMaxHeight(double, double, double, double, double);
    descriptor: (DDDDD)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=11, args_size=6
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // double width
        start local 3 // double topInset
        start local 5 // double rightInset
        start local 7 // double bottomInset
        start local 9 // double leftInset
         0: .line 349
            ldc 1.7976931348623157E308
            dreturn
        end local 9 // double leftInset
        end local 7 // double bottomInset
        end local 5 // double rightInset
        end local 3 // double topInset
        end local 1 // double width
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/control/SkinBase<TC;>;
            0    1     1        width  D
            0    1     3     topInset  D
            0    1     5   rightInset  D
            0    1     7  bottomInset  D
            0    1     9    leftInset  D
    MethodParameters:
             Name  Flags
      width        
      topInset     
      rightInset   
      bottomInset  
      leftInset    

  protected double computePrefWidth(double, double, double, double, double);
    descriptor: (DDDDD)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=20, args_size=6
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // double height
        start local 3 // double topInset
        start local 5 // double rightInset
        start local 7 // double bottomInset
        start local 9 // double leftInset
         0: .line 368
            dconst_0
            dstore 11 /* minX */
        start local 11 // double minX
         1: .line 369
            dconst_0
            dstore 13 /* maxX */
        start local 13 // double maxX
         2: .line 370
            iconst_1
            istore 15 /* firstManagedChild */
        start local 15 // boolean firstManagedChild
         3: .line 371
            iconst_0
            istore 16 /* i */
        start local 16 // int i
         4: goto 16
         5: .line 372
      StackMap locals: javafx.scene.control.SkinBase double double double double double double double int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.children:Ljavafx/collections/ObservableList;
            iload 16 /* i */
            invokeinterface javafx.collections.ObservableList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 17 /* node */
        start local 17 // javafx.scene.Node node
         6: .line 373
            aload 17 /* node */
            invokevirtual javafx.scene.Node.isManaged:()Z
            ifeq 15
         7: .line 374
            aload 17 /* node */
            invokevirtual javafx.scene.Node.getLayoutBounds:()Ljavafx/geometry/Bounds;
            invokevirtual javafx.geometry.Bounds.getMinX:()D
            aload 17 /* node */
            invokevirtual javafx.scene.Node.getLayoutX:()D
            dadd
            dstore 18 /* x */
        start local 18 // double x
         8: .line 375
            iload 15 /* firstManagedChild */
            ifne 12
         9: .line 376
            dload 11 /* minX */
            dload 18 /* x */
            invokestatic java.lang.Math.min:(DD)D
            dstore 11 /* minX */
        10: .line 377
            dload 13 /* maxX */
            dload 18 /* x */
            aload 17 /* node */
            ldc -1.0
            invokevirtual javafx.scene.Node.prefWidth:(D)D
            dadd
            invokestatic java.lang.Math.max:(DD)D
            dstore 13 /* maxX */
        11: .line 378
            goto 15
        12: .line 379
      StackMap locals: javafx.scene.Node double
      StackMap stack:
            dload 18 /* x */
            dstore 11 /* minX */
        13: .line 380
            dload 18 /* x */
            aload 17 /* node */
            ldc -1.0
            invokevirtual javafx.scene.Node.prefWidth:(D)D
            dadd
            dstore 13 /* maxX */
        14: .line 381
            iconst_0
            istore 15 /* firstManagedChild */
        end local 18 // double x
        end local 17 // javafx.scene.Node node
        15: .line 371
      StackMap locals:
      StackMap stack:
            iinc 16 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 16 /* i */
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.children:Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.size:()I
            if_icmplt 5
        end local 16 // int i
        17: .line 385
            dload 13 /* maxX */
            dload 11 /* minX */
            dsub
            dreturn
        end local 15 // boolean firstManagedChild
        end local 13 // double maxX
        end local 11 // double minX
        end local 9 // double leftInset
        end local 7 // double bottomInset
        end local 5 // double rightInset
        end local 3 // double topInset
        end local 1 // double height
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0               this  Ljavafx/scene/control/SkinBase<TC;>;
            0   18     1             height  D
            0   18     3           topInset  D
            0   18     5         rightInset  D
            0   18     7        bottomInset  D
            0   18     9          leftInset  D
            1   18    11               minX  D
            2   18    13               maxX  D
            3   18    15  firstManagedChild  Z
            4   17    16                  i  I
            6   15    17               node  Ljavafx/scene/Node;
            8   15    18                  x  D
    MethodParameters:
             Name  Flags
      height       
      topInset     
      rightInset   
      bottomInset  
      leftInset    

  protected double computePrefHeight(double, double, double, double, double);
    descriptor: (DDDDD)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=20, args_size=6
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // double width
        start local 3 // double topInset
        start local 5 // double rightInset
        start local 7 // double bottomInset
        start local 9 // double leftInset
         0: .line 404
            dconst_0
            dstore 11 /* minY */
        start local 11 // double minY
         1: .line 405
            dconst_0
            dstore 13 /* maxY */
        start local 13 // double maxY
         2: .line 406
            iconst_1
            istore 15 /* firstManagedChild */
        start local 15 // boolean firstManagedChild
         3: .line 407
            iconst_0
            istore 16 /* i */
        start local 16 // int i
         4: goto 16
         5: .line 408
      StackMap locals: javafx.scene.control.SkinBase double double double double double double double int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.children:Ljavafx/collections/ObservableList;
            iload 16 /* i */
            invokeinterface javafx.collections.ObservableList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 17 /* node */
        start local 17 // javafx.scene.Node node
         6: .line 409
            aload 17 /* node */
            invokevirtual javafx.scene.Node.isManaged:()Z
            ifeq 15
         7: .line 410
            aload 17 /* node */
            invokevirtual javafx.scene.Node.getLayoutBounds:()Ljavafx/geometry/Bounds;
            invokevirtual javafx.geometry.Bounds.getMinY:()D
            aload 17 /* node */
            invokevirtual javafx.scene.Node.getLayoutY:()D
            dadd
            dstore 18 /* y */
        start local 18 // double y
         8: .line 411
            iload 15 /* firstManagedChild */
            ifne 12
         9: .line 412
            dload 11 /* minY */
            dload 18 /* y */
            invokestatic java.lang.Math.min:(DD)D
            dstore 11 /* minY */
        10: .line 413
            dload 13 /* maxY */
            dload 18 /* y */
            aload 17 /* node */
            ldc -1.0
            invokevirtual javafx.scene.Node.prefHeight:(D)D
            dadd
            invokestatic java.lang.Math.max:(DD)D
            dstore 13 /* maxY */
        11: .line 414
            goto 15
        12: .line 415
      StackMap locals: javafx.scene.Node double
      StackMap stack:
            dload 18 /* y */
            dstore 11 /* minY */
        13: .line 416
            dload 18 /* y */
            aload 17 /* node */
            ldc -1.0
            invokevirtual javafx.scene.Node.prefHeight:(D)D
            dadd
            dstore 13 /* maxY */
        14: .line 417
            iconst_0
            istore 15 /* firstManagedChild */
        end local 18 // double y
        end local 17 // javafx.scene.Node node
        15: .line 407
      StackMap locals:
      StackMap stack:
            iinc 16 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 16 /* i */
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.children:Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.size:()I
            if_icmplt 5
        end local 16 // int i
        17: .line 421
            dload 13 /* maxY */
            dload 11 /* minY */
            dsub
            dreturn
        end local 15 // boolean firstManagedChild
        end local 13 // double maxY
        end local 11 // double minY
        end local 9 // double leftInset
        end local 7 // double bottomInset
        end local 5 // double rightInset
        end local 3 // double topInset
        end local 1 // double width
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0               this  Ljavafx/scene/control/SkinBase<TC;>;
            0   18     1              width  D
            0   18     3           topInset  D
            0   18     5         rightInset  D
            0   18     7        bottomInset  D
            0   18     9          leftInset  D
            1   18    11               minY  D
            2   18    13               maxY  D
            3   18    15  firstManagedChild  Z
            4   17    16                  i  I
            6   15    17               node  Ljavafx/scene/Node;
            8   15    18                  y  D
    MethodParameters:
             Name  Flags
      width        
      topInset     
      rightInset   
      bottomInset  
      leftInset    

  protected double computeBaselineOffset(double, double, double, double);
    descriptor: (DDDD)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=14, args_size=5
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // double topInset
        start local 3 // double rightInset
        start local 5 // double bottomInset
        start local 7 // double leftInset
         0: .line 435
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.children:Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.size:()I
            istore 9 /* size */
        start local 9 // int size
         1: .line 436
            iconst_0
            istore 10 /* i */
        start local 10 // int i
         2: goto 10
         3: .line 437
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.children:Ljavafx/collections/ObservableList;
            iload 10 /* i */
            invokeinterface javafx.collections.ObservableList.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 11 /* child */
        start local 11 // javafx.scene.Node child
         4: .line 438
            aload 11 /* child */
            invokevirtual javafx.scene.Node.isManaged:()Z
            ifeq 9
         5: .line 439
            aload 11 /* child */
            invokevirtual javafx.scene.Node.getBaselineOffset:()D
            dstore 12 /* offset */
        start local 12 // double offset
         6: .line 440
            dload 12 /* offset */
            ldc -Infinity
            dcmpl
            ifne 8
         7: .line 441
            goto 9
         8: .line 443
      StackMap locals: javafx.scene.Node double
      StackMap stack:
            aload 11 /* child */
            invokevirtual javafx.scene.Node.getLayoutBounds:()Ljavafx/geometry/Bounds;
            invokevirtual javafx.geometry.Bounds.getMinY:()D
            aload 11 /* child */
            invokevirtual javafx.scene.Node.getLayoutY:()D
            dadd
            dload 12 /* offset */
            dadd
            dreturn
        end local 12 // double offset
        end local 11 // javafx.scene.Node child
         9: .line 436
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 10 /* i */
            iload 9 /* size */
            if_icmplt 3
        end local 10 // int i
        11: .line 446
            ldc -Infinity
            dreturn
        end local 9 // int size
        end local 7 // double leftInset
        end local 5 // double bottomInset
        end local 3 // double rightInset
        end local 1 // double topInset
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Ljavafx/scene/control/SkinBase<TC;>;
            0   12     1     topInset  D
            0   12     3   rightInset  D
            0   12     5  bottomInset  D
            0   12     7    leftInset  D
            1   12     9         size  I
            2   11    10            i  I
            4    9    11        child  Ljavafx/scene/Node;
            6    9    12       offset  D
    MethodParameters:
             Name  Flags
      topInset     
      rightInset   
      bottomInset  
      leftInset    

  protected double snappedTopInset();
    descriptor: ()D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.SkinBase this
         0: .line 463
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            invokevirtual javafx.scene.control.Control.snappedTopInset:()D
            dreturn
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/SkinBase<TC;>;

  protected double snappedBottomInset();
    descriptor: ()D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.SkinBase this
         0: .line 473
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            invokevirtual javafx.scene.control.Control.snappedBottomInset:()D
            dreturn
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/SkinBase<TC;>;

  protected double snappedLeftInset();
    descriptor: ()D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.SkinBase this
         0: .line 483
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            invokevirtual javafx.scene.control.Control.snappedLeftInset:()D
            dreturn
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/SkinBase<TC;>;

  protected double snappedRightInset();
    descriptor: ()D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.SkinBase this
         0: .line 493
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            invokevirtual javafx.scene.control.Control.snappedRightInset:()D
            dreturn
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/SkinBase<TC;>;

  protected double snapSpace(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.control.SkinBase this
         0: .line 507
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe attribute since is undefined for the annotation type Deprecated\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/SkinBase<TC;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      value  

  protected double snapSpaceX(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // double value
         0: .line 524
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            dload 1 /* value */
            invokevirtual javafx.scene.control.Control.snapSpaceX:(D)D
            dreturn
        end local 1 // double value
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/control/SkinBase<TC;>;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  protected double snapSpaceY(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // double value
         0: .line 539
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            dload 1 /* value */
            invokevirtual javafx.scene.control.Control.snapSpaceY:(D)D
            dreturn
        end local 1 // double value
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/control/SkinBase<TC;>;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  protected double snapSize(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.control.SkinBase this
         0: .line 553
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe attribute since is undefined for the annotation type Deprecated\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/SkinBase<TC;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      value  

  protected double snapSizeX(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // double value
         0: .line 570
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            dload 1 /* value */
            invokevirtual javafx.scene.control.Control.snapSizeX:(D)D
            dreturn
        end local 1 // double value
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/control/SkinBase<TC;>;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  protected double snapSizeY(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // double value
         0: .line 585
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            dload 1 /* value */
            invokevirtual javafx.scene.control.Control.snapSizeY:(D)D
            dreturn
        end local 1 // double value
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/control/SkinBase<TC;>;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  protected double snapPosition(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.control.SkinBase this
         0: .line 599
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe attribute since is undefined for the annotation type Deprecated\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/SkinBase<TC;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      value  

  protected double snapPositionX(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // double value
         0: .line 616
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            dload 1 /* value */
            invokevirtual javafx.scene.control.Control.snapPositionX:(D)D
            dreturn
        end local 1 // double value
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/control/SkinBase<TC;>;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  protected double snapPositionY(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // double value
         0: .line 631
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            dload 1 /* value */
            invokevirtual javafx.scene.control.Control.snapPositionY:(D)D
            dreturn
        end local 1 // double value
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/control/SkinBase<TC;>;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  protected void positionInArea(javafx.scene.Node, double, double, double, double, double, javafx.geometry.HPos, javafx.geometry.VPos);
    descriptor: (Ljavafx/scene/Node;DDDDDLjavafx/geometry/HPos;Ljavafx/geometry/VPos;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=15, locals=14, args_size=9
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // javafx.scene.Node child
        start local 2 // double areaX
        start local 4 // double areaY
        start local 6 // double areaWidth
        start local 8 // double areaHeight
        start local 10 // double areaBaselineOffset
        start local 12 // javafx.geometry.HPos halignment
        start local 13 // javafx.geometry.VPos valignment
         0: .line 662
            aload 0 /* this */
            aload 1 /* child */
            dload 2 /* areaX */
            dload 4 /* areaY */
            dload 6 /* areaWidth */
            dload 8 /* areaHeight */
         1: .line 663
            dload 10 /* areaBaselineOffset */
            getstatic javafx.geometry.Insets.EMPTY:Ljavafx/geometry/Insets;
            aload 12 /* halignment */
            aload 13 /* valignment */
         2: .line 662
            invokevirtual javafx.scene.control.SkinBase.positionInArea:(Ljavafx/scene/Node;DDDDDLjavafx/geometry/Insets;Ljavafx/geometry/HPos;Ljavafx/geometry/VPos;)V
         3: .line 664
            return
        end local 13 // javafx.geometry.VPos valignment
        end local 12 // javafx.geometry.HPos halignment
        end local 10 // double areaBaselineOffset
        end local 8 // double areaHeight
        end local 6 // double areaWidth
        end local 4 // double areaY
        end local 2 // double areaX
        end local 1 // javafx.scene.Node child
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Ljavafx/scene/control/SkinBase<TC;>;
            0    4     1               child  Ljavafx/scene/Node;
            0    4     2               areaX  D
            0    4     4               areaY  D
            0    4     6           areaWidth  D
            0    4     8          areaHeight  D
            0    4    10  areaBaselineOffset  D
            0    4    12          halignment  Ljavafx/geometry/HPos;
            0    4    13          valignment  Ljavafx/geometry/VPos;
    MethodParameters:
                    Name  Flags
      child               
      areaX               
      areaY               
      areaWidth           
      areaHeight          
      areaBaselineOffset  
      halignment          
      valignment          

  protected void positionInArea(javafx.scene.Node, double, double, double, double, double, javafx.geometry.Insets, javafx.geometry.HPos, javafx.geometry.VPos);
    descriptor: (Ljavafx/scene/Node;DDDDDLjavafx/geometry/Insets;Ljavafx/geometry/HPos;Ljavafx/geometry/VPos;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=15, locals=15, args_size=10
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // javafx.scene.Node child
        start local 2 // double areaX
        start local 4 // double areaY
        start local 6 // double areaWidth
        start local 8 // double areaHeight
        start local 10 // double areaBaselineOffset
        start local 12 // javafx.geometry.Insets margin
        start local 13 // javafx.geometry.HPos halignment
        start local 14 // javafx.geometry.VPos valignment
         0: .line 699
            aload 1 /* child */
            dload 2 /* areaX */
            dload 4 /* areaY */
            dload 6 /* areaWidth */
            dload 8 /* areaHeight */
         1: .line 700
            dload 10 /* areaBaselineOffset */
            aload 12 /* margin */
            aload 13 /* halignment */
            aload 14 /* valignment */
         2: .line 701
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            invokevirtual javafx.scene.control.Control.isSnapToPixel:()Z
         3: .line 699
            invokestatic javafx.scene.layout.Region.positionInArea:(Ljavafx/scene/Node;DDDDDLjavafx/geometry/Insets;Ljavafx/geometry/HPos;Ljavafx/geometry/VPos;Z)V
         4: .line 702
            return
        end local 14 // javafx.geometry.VPos valignment
        end local 13 // javafx.geometry.HPos halignment
        end local 12 // javafx.geometry.Insets margin
        end local 10 // double areaBaselineOffset
        end local 8 // double areaHeight
        end local 6 // double areaWidth
        end local 4 // double areaY
        end local 2 // double areaX
        end local 1 // javafx.scene.Node child
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Ljavafx/scene/control/SkinBase<TC;>;
            0    5     1               child  Ljavafx/scene/Node;
            0    5     2               areaX  D
            0    5     4               areaY  D
            0    5     6           areaWidth  D
            0    5     8          areaHeight  D
            0    5    10  areaBaselineOffset  D
            0    5    12              margin  Ljavafx/geometry/Insets;
            0    5    13          halignment  Ljavafx/geometry/HPos;
            0    5    14          valignment  Ljavafx/geometry/VPos;
    MethodParameters:
                    Name  Flags
      child               
      areaX               
      areaY               
      areaWidth           
      areaHeight          
      areaBaselineOffset  
      margin              
      halignment          
      valignment          

  protected void layoutInArea(javafx.scene.Node, double, double, double, double, double, javafx.geometry.HPos, javafx.geometry.VPos);
    descriptor: (Ljavafx/scene/Node;DDDDDLjavafx/geometry/HPos;Ljavafx/geometry/VPos;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=17, locals=14, args_size=9
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // javafx.scene.Node child
        start local 2 // double areaX
        start local 4 // double areaY
        start local 6 // double areaWidth
        start local 8 // double areaHeight
        start local 10 // double areaBaselineOffset
        start local 12 // javafx.geometry.HPos halignment
        start local 13 // javafx.geometry.VPos valignment
         0: .line 752
            aload 0 /* this */
            aload 1 /* child */
            dload 2 /* areaX */
            dload 4 /* areaY */
            dload 6 /* areaWidth */
            dload 8 /* areaHeight */
            dload 10 /* areaBaselineOffset */
         1: .line 753
            getstatic javafx.geometry.Insets.EMPTY:Ljavafx/geometry/Insets;
            iconst_1
            iconst_1
            aload 12 /* halignment */
            aload 13 /* valignment */
         2: .line 752
            invokevirtual javafx.scene.control.SkinBase.layoutInArea:(Ljavafx/scene/Node;DDDDDLjavafx/geometry/Insets;ZZLjavafx/geometry/HPos;Ljavafx/geometry/VPos;)V
         3: .line 754
            return
        end local 13 // javafx.geometry.VPos valignment
        end local 12 // javafx.geometry.HPos halignment
        end local 10 // double areaBaselineOffset
        end local 8 // double areaHeight
        end local 6 // double areaWidth
        end local 4 // double areaY
        end local 2 // double areaX
        end local 1 // javafx.scene.Node child
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Ljavafx/scene/control/SkinBase<TC;>;
            0    4     1               child  Ljavafx/scene/Node;
            0    4     2               areaX  D
            0    4     4               areaY  D
            0    4     6           areaWidth  D
            0    4     8          areaHeight  D
            0    4    10  areaBaselineOffset  D
            0    4    12          halignment  Ljavafx/geometry/HPos;
            0    4    13          valignment  Ljavafx/geometry/VPos;
    MethodParameters:
                    Name  Flags
      child               
      areaX               
      areaY               
      areaWidth           
      areaHeight          
      areaBaselineOffset  
      halignment          
      valignment          

  protected void layoutInArea(javafx.scene.Node, double, double, double, double, double, javafx.geometry.Insets, javafx.geometry.HPos, javafx.geometry.VPos);
    descriptor: (Ljavafx/scene/Node;DDDDDLjavafx/geometry/Insets;Ljavafx/geometry/HPos;Ljavafx/geometry/VPos;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=17, locals=15, args_size=10
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // javafx.scene.Node child
        start local 2 // double areaX
        start local 4 // double areaY
        start local 6 // double areaWidth
        start local 8 // double areaHeight
        start local 10 // double areaBaselineOffset
        start local 12 // javafx.geometry.Insets margin
        start local 13 // javafx.geometry.HPos halignment
        start local 14 // javafx.geometry.VPos valignment
         0: .line 808
            aload 0 /* this */
            aload 1 /* child */
            dload 2 /* areaX */
            dload 4 /* areaY */
            dload 6 /* areaWidth */
            dload 8 /* areaHeight */
            dload 10 /* areaBaselineOffset */
         1: .line 809
            aload 12 /* margin */
            iconst_1
            iconst_1
            aload 13 /* halignment */
            aload 14 /* valignment */
         2: .line 808
            invokevirtual javafx.scene.control.SkinBase.layoutInArea:(Ljavafx/scene/Node;DDDDDLjavafx/geometry/Insets;ZZLjavafx/geometry/HPos;Ljavafx/geometry/VPos;)V
         3: .line 810
            return
        end local 14 // javafx.geometry.VPos valignment
        end local 13 // javafx.geometry.HPos halignment
        end local 12 // javafx.geometry.Insets margin
        end local 10 // double areaBaselineOffset
        end local 8 // double areaHeight
        end local 6 // double areaWidth
        end local 4 // double areaY
        end local 2 // double areaX
        end local 1 // javafx.scene.Node child
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Ljavafx/scene/control/SkinBase<TC;>;
            0    4     1               child  Ljavafx/scene/Node;
            0    4     2               areaX  D
            0    4     4               areaY  D
            0    4     6           areaWidth  D
            0    4     8          areaHeight  D
            0    4    10  areaBaselineOffset  D
            0    4    12              margin  Ljavafx/geometry/Insets;
            0    4    13          halignment  Ljavafx/geometry/HPos;
            0    4    14          valignment  Ljavafx/geometry/VPos;
    MethodParameters:
                    Name  Flags
      child               
      areaX               
      areaY               
      areaWidth           
      areaHeight          
      areaBaselineOffset  
      margin              
      halignment          
      valignment          

  protected void layoutInArea(javafx.scene.Node, double, double, double, double, double, javafx.geometry.Insets, boolean, boolean, javafx.geometry.HPos, javafx.geometry.VPos);
    descriptor: (Ljavafx/scene/Node;DDDDDLjavafx/geometry/Insets;ZZLjavafx/geometry/HPos;Ljavafx/geometry/VPos;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=17, locals=17, args_size=12
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // javafx.scene.Node child
        start local 2 // double areaX
        start local 4 // double areaY
        start local 6 // double areaWidth
        start local 8 // double areaHeight
        start local 10 // double areaBaselineOffset
        start local 12 // javafx.geometry.Insets margin
        start local 13 // boolean fillWidth
        start local 14 // boolean fillHeight
        start local 15 // javafx.geometry.HPos halignment
        start local 16 // javafx.geometry.VPos valignment
         0: .line 867
            aload 1 /* child */
            dload 2 /* areaX */
            dload 4 /* areaY */
            dload 6 /* areaWidth */
            dload 8 /* areaHeight */
         1: .line 868
            dload 10 /* areaBaselineOffset */
            aload 12 /* margin */
            iload 13 /* fillWidth */
            iload 14 /* fillHeight */
            aload 15 /* halignment */
         2: .line 869
            aload 16 /* valignment */
            aload 0 /* this */
            getfield javafx.scene.control.SkinBase.control:Ljavafx/scene/control/Control;
            invokevirtual javafx.scene.control.Control.isSnapToPixel:()Z
         3: .line 867
            invokestatic javafx.scene.layout.Region.layoutInArea:(Ljavafx/scene/Node;DDDDDLjavafx/geometry/Insets;ZZLjavafx/geometry/HPos;Ljavafx/geometry/VPos;Z)V
         4: .line 870
            return
        end local 16 // javafx.geometry.VPos valignment
        end local 15 // javafx.geometry.HPos halignment
        end local 14 // boolean fillHeight
        end local 13 // boolean fillWidth
        end local 12 // javafx.geometry.Insets margin
        end local 10 // double areaBaselineOffset
        end local 8 // double areaHeight
        end local 6 // double areaWidth
        end local 4 // double areaY
        end local 2 // double areaX
        end local 1 // javafx.scene.Node child
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Ljavafx/scene/control/SkinBase<TC;>;
            0    5     1               child  Ljavafx/scene/Node;
            0    5     2               areaX  D
            0    5     4               areaY  D
            0    5     6           areaWidth  D
            0    5     8          areaHeight  D
            0    5    10  areaBaselineOffset  D
            0    5    12              margin  Ljavafx/geometry/Insets;
            0    5    13           fillWidth  Z
            0    5    14          fillHeight  Z
            0    5    15          halignment  Ljavafx/geometry/HPos;
            0    5    16          valignment  Ljavafx/geometry/VPos;
    MethodParameters:
                    Name  Flags
      child               
      areaX               
      areaY               
      areaWidth           
      areaHeight          
      areaBaselineOffset  
      margin              
      fillWidth           
      fillHeight          
      halignment          
      valignment          

  public static java.util.List<javafx.css.CssMetaData<? extends javafx.css.Styleable, ?>> getClassCssMetaData();
    descriptor: ()Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 903
            getstatic javafx.scene.control.SkinBase$StyleableProperties.STYLEABLES:Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/util/List<Ljavafx/css/CssMetaData<+Ljavafx/css/Styleable;*>;>;

  public java.util.List<javafx.css.CssMetaData<? extends javafx.css.Styleable, ?>> getCssMetaData();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.SkinBase this
         0: .line 913
            invokestatic javafx.scene.control.SkinBase.getClassCssMetaData:()Ljava/util/List;
            areturn
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/SkinBase<TC;>;
    Signature: ()Ljava/util/List<Ljavafx/css/CssMetaData<+Ljavafx/css/Styleable;*>;>;

  public final void pseudoClassStateChanged(javafx.css.PseudoClass, boolean);
    descriptor: (Ljavafx/css/PseudoClass;Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // javafx.css.PseudoClass pseudoClass
        start local 2 // boolean active
         0: .line 947
            aload 0 /* this */
            invokevirtual javafx.scene.control.SkinBase.getSkinnable:()Ljavafx/scene/control/Control;
            astore 3 /* ctl */
        start local 3 // javafx.scene.control.Control ctl
         1: .line 948
            aload 3 /* ctl */
            ifnull 3
         2: .line 949
            aload 3 /* ctl */
            aload 1 /* pseudoClass */
            iload 2 /* active */
            invokevirtual javafx.scene.control.Control.pseudoClassStateChanged:(Ljavafx/css/PseudoClass;Z)V
         3: .line 951
      StackMap locals: javafx.scene.control.Control
      StackMap stack:
            return
        end local 3 // javafx.scene.control.Control ctl
        end local 2 // boolean active
        end local 1 // javafx.css.PseudoClass pseudoClass
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Ljavafx/scene/control/SkinBase<TC;>;
            0    4     1  pseudoClass  Ljavafx/css/PseudoClass;
            0    4     2       active  Z
            1    4     3          ctl  Ljavafx/scene/control/Control;
    MethodParameters:
             Name  Flags
      pseudoClass  
      active       

  protected java.lang.Object queryAccessibleAttribute(javafx.scene.AccessibleAttribute, java.lang.Object[]);
    descriptor: (Ljavafx/scene/AccessibleAttribute;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // javafx.scene.AccessibleAttribute attribute
        start local 2 // java.lang.Object[] parameters
         0: .line 980
            aconst_null
            areturn
        end local 2 // java.lang.Object[] parameters
        end local 1 // javafx.scene.AccessibleAttribute attribute
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljavafx/scene/control/SkinBase<TC;>;
            0    1     1   attribute  Ljavafx/scene/AccessibleAttribute;
            0    1     2  parameters  [Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      attribute   
      parameters  

  protected void executeAccessibleAction(javafx.scene.AccessibleAction, java.lang.Object[]);
    descriptor: (Ljavafx/scene/AccessibleAction;[Ljava/lang/Object;)V
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // javafx.scene.control.SkinBase this
        start local 1 // javafx.scene.AccessibleAction action
        start local 2 // java.lang.Object[] parameters
         0: .line 1002
            return
        end local 2 // java.lang.Object[] parameters
        end local 1 // javafx.scene.AccessibleAction action
        end local 0 // javafx.scene.control.SkinBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljavafx/scene/control/SkinBase<TC;>;
            0    1     1      action  Ljavafx/scene/AccessibleAction;
            0    1     2  parameters  [Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      action      
      parameters  

  public javafx.scene.control.Skinnable getSkinnable();
    descriptor: ()Ljavafx/scene/control/Skinnable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual javafx.scene.control.SkinBase.getSkinnable:()Ljavafx/scene/control/Control;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(javafx.scene.input.MouseEvent);
    descriptor: (Ljavafx/scene/input/MouseEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.input.MouseEvent event
         0: .line 102
            aload 0 /* event */
            invokevirtual javafx.scene.input.MouseEvent.consume:()V
         1: .line 103
            return
        end local 0 // javafx.scene.input.MouseEvent event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  event  Ljavafx/scene/input/MouseEvent;
}
Signature: <C:Ljavafx/scene/control/Control;>Ljava/lang/Object;Ljavafx/scene/control/Skin<TC;>;
SourceFile: "SkinBase.java"
NestMembers:
  javafx.scene.control.SkinBase$StyleableProperties
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private StyleableProperties = javafx.scene.control.SkinBase$StyleableProperties of javafx.scene.control.SkinBase