public class com.sun.javafx.scene.control.LabeledImpl extends javafx.scene.control.Label
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.scene.control.LabeledImpl
  super_class: javafx.scene.control.Label
{
  private final com.sun.javafx.scene.control.LabeledImpl$Shuttler shuttler;
    descriptor: Lcom/sun/javafx/scene/control/LabeledImpl$Shuttler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(javafx.scene.control.Labeled);
    descriptor: (Ljavafx/scene/control/Labeled;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.javafx.scene.control.LabeledImpl this
        start local 1 // javafx.scene.control.Labeled labeled
         0: .line 50
            aload 0 /* this */
            invokespecial javafx.scene.control.Label.<init>:()V
         1: .line 51
            aload 0 /* this */
            new com.sun.javafx.scene.control.LabeledImpl$Shuttler
            dup
            aload 0 /* this */
            aload 1 /* labeled */
            invokespecial com.sun.javafx.scene.control.LabeledImpl$Shuttler.<init>:(Lcom/sun/javafx/scene/control/LabeledImpl;Ljavafx/scene/control/Labeled;)V
            putfield com.sun.javafx.scene.control.LabeledImpl.shuttler:Lcom/sun/javafx/scene/control/LabeledImpl$Shuttler;
         2: .line 52
            return
        end local 1 // javafx.scene.control.Labeled labeled
        end local 0 // com.sun.javafx.scene.control.LabeledImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/javafx/scene/control/LabeledImpl;
            0    3     1  labeled  Ljavafx/scene/control/Labeled;
    MethodParameters:
         Name  Flags
      labeled  final

  private static void initialize(com.sun.javafx.scene.control.LabeledImpl$Shuttler, com.sun.javafx.scene.control.LabeledImpl, javafx.scene.control.Labeled);
    descriptor: (Lcom/sun/javafx/scene/control/LabeledImpl$Shuttler;Lcom/sun/javafx/scene/control/LabeledImpl;Ljavafx/scene/control/Labeled;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=10, args_size=3
        start local 0 // com.sun.javafx.scene.control.LabeledImpl$Shuttler shuttler
        start local 1 // com.sun.javafx.scene.control.LabeledImpl labeledImpl
        start local 2 // javafx.scene.control.Labeled labeled
         0: .line 57
            aload 1 /* labeledImpl */
            aload 2 /* labeled */
            invokevirtual javafx.scene.control.Labeled.getText:()Ljava/lang/String;
            invokevirtual com.sun.javafx.scene.control.LabeledImpl.setText:(Ljava/lang/String;)V
         1: .line 58
            aload 2 /* labeled */
            invokevirtual javafx.scene.control.Labeled.textProperty:()Ljavafx/beans/property/StringProperty;
            aload 0 /* shuttler */
            invokevirtual javafx.beans.property.StringProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
         2: .line 60
            aload 1 /* labeledImpl */
            aload 2 /* labeled */
            invokevirtual javafx.scene.control.Labeled.getGraphic:()Ljavafx/scene/Node;
            invokevirtual com.sun.javafx.scene.control.LabeledImpl.setGraphic:(Ljavafx/scene/Node;)V
         3: .line 61
            aload 2 /* labeled */
            invokevirtual javafx.scene.control.Labeled.graphicProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 0 /* shuttler */
            invokevirtual javafx.beans.property.ObjectProperty.addListener:(Ljavafx/beans/InvalidationListener;)V
         4: .line 63
            getstatic com.sun.javafx.scene.control.LabeledImpl$StyleableProperties.STYLEABLES_TO_MIRROR:Ljava/util/List;
            astore 3 /* styleables */
        start local 3 // java.util.List styleables
         5: .line 65
            iconst_0
            istore 4 /* n */
        start local 4 // int n
         6: aload 3 /* styleables */
            invokeinterface java.util.List.size:()I
            istore 5 /* nMax */
        start local 5 // int nMax
         7: goto 18
         8: .line 67
      StackMap locals: java.util.List int int
      StackMap stack:
            aload 3 /* styleables */
            iload 4 /* n */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javafx.css.CssMetaData
            astore 6 /* styleable */
        start local 6 // javafx.css.CssMetaData styleable
         9: .line 72
            ldc "-fx-skin"
            aload 6 /* styleable */
            invokevirtual javafx.css.CssMetaData.getProperty:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
            goto 17
        10: .line 74
      StackMap locals: javafx.css.CssMetaData
      StackMap stack:
            aload 6 /* styleable */
            aload 2 /* labeled */
            invokevirtual javafx.css.CssMetaData.getStyleableProperty:(Ljavafx/css/Styleable;)Ljavafx/css/StyleableProperty;
            astore 7 /* fromVal */
        start local 7 // javafx.css.StyleableProperty fromVal
        11: .line 75
            aload 7 /* fromVal */
            instanceof javafx.beans.Observable
            ifeq 17
        12: .line 77
            aload 7 /* fromVal */
            checkcast javafx.beans.Observable
            aload 0 /* shuttler */
            invokeinterface javafx.beans.Observable.addListener:(Ljavafx/beans/InvalidationListener;)V
        13: .line 79
            aload 7 /* fromVal */
            invokeinterface javafx.css.StyleableProperty.getStyleOrigin:()Ljavafx/css/StyleOrigin;
            astore 8 /* origin */
        start local 8 // javafx.css.StyleOrigin origin
        14: .line 80
            aload 8 /* origin */
            ifnonnull 15
            goto 17
        15: .line 81
      StackMap locals: javafx.css.StyleableProperty javafx.css.StyleOrigin
      StackMap stack:
            aload 6 /* styleable */
            aload 1 /* labeledImpl */
            invokevirtual javafx.css.CssMetaData.getStyleableProperty:(Ljavafx/css/Styleable;)Ljavafx/css/StyleableProperty;
            astore 9 /* styleableProperty */
        start local 9 // javafx.css.StyleableProperty styleableProperty
        16: .line 82
            aload 9 /* styleableProperty */
            aload 8 /* origin */
            aload 7 /* fromVal */
            invokeinterface javafx.css.StyleableProperty.getValue:()Ljava/lang/Object;
            invokeinterface javafx.css.StyleableProperty.applyStyle:(Ljavafx/css/StyleOrigin;Ljava/lang/Object;)V
        end local 9 // javafx.css.StyleableProperty styleableProperty
        end local 8 // javafx.css.StyleOrigin origin
        end local 7 // javafx.css.StyleableProperty fromVal
        end local 6 // javafx.css.CssMetaData styleable
        17: .line 65
      StackMap locals:
      StackMap stack:
            iinc 4 /* n */ 1
      StackMap locals:
      StackMap stack:
        18: iload 4 /* n */
            iload 5 /* nMax */
            if_icmplt 8
        end local 5 // int nMax
        end local 4 // int n
        19: .line 85
            return
        end local 3 // java.util.List styleables
        end local 2 // javafx.scene.control.Labeled labeled
        end local 1 // com.sun.javafx.scene.control.LabeledImpl labeledImpl
        end local 0 // com.sun.javafx.scene.control.LabeledImpl$Shuttler shuttler
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   20     0           shuttler  Lcom/sun/javafx/scene/control/LabeledImpl$Shuttler;
            0   20     1        labeledImpl  Lcom/sun/javafx/scene/control/LabeledImpl;
            0   20     2            labeled  Ljavafx/scene/control/Labeled;
            5   20     3         styleables  Ljava/util/List<Ljavafx/css/CssMetaData<+Ljavafx/css/Styleable;*>;>;
            6   19     4                  n  I
            7   19     5               nMax  I
            9   17     6          styleable  Ljavafx/css/CssMetaData<Ljavafx/css/Styleable;Ljava/lang/Object;>;
           11   17     7            fromVal  Ljavafx/css/StyleableProperty<*>;
           14   17     8             origin  Ljavafx/css/StyleOrigin;
           16   17     9  styleableProperty  Ljavafx/css/StyleableProperty<Ljava/lang/Object;>;
    MethodParameters:
             Name  Flags
      shuttler     
      labeledImpl  
      labeled      
}
SourceFile: "LabeledImpl.java"
NestMembers:
  com.sun.javafx.scene.control.LabeledImpl$Shuttler  com.sun.javafx.scene.control.LabeledImpl$StyleableProperties
InnerClasses:
  private Shuttler = com.sun.javafx.scene.control.LabeledImpl$Shuttler of com.sun.javafx.scene.control.LabeledImpl
  final StyleableProperties = com.sun.javafx.scene.control.LabeledImpl$StyleableProperties of com.sun.javafx.scene.control.LabeledImpl