final class com.sun.javafx.scene.control.LabeledImpl$StyleableProperties
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.javafx.scene.control.LabeledImpl$StyleableProperties
super_class: java.lang.Object
{
static final java.util.List<javafx.css.CssMetaData<? extends javafx.css.Styleable, ?>> STYLEABLES_TO_MIRROR;
descriptor: Ljava/util/List;
flags: (0x0018) ACC_STATIC, ACC_FINAL
Signature: Ljava/util/List<Ljavafx/css/CssMetaData<+Ljavafx/css/Styleable;*>;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=3, args_size=0
0: invokestatic javafx.scene.control.Labeled.getClassCssMetaData:()Ljava/util/List;
astore 0
start local 0 1: invokestatic javafx.scene.layout.Region.getClassCssMetaData:()Ljava/util/List;
astore 1
start local 1 2: new java.util.ArrayList
dup
aload 0
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
3: astore 2
start local 2 4: aload 2
aload 1
invokeinterface java.util.List.removeAll:(Ljava/util/Collection;)Z
pop
5: aload 2
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
putstatic com.sun.javafx.scene.control.LabeledImpl$StyleableProperties.STYLEABLES_TO_MIRROR:Ljava/util/List;
end local 2 end local 1 end local 0 6: return
LocalVariableTable:
Start End Slot Name Signature
1 6 0 labeledStyleables Ljava/util/List<Ljavafx/css/CssMetaData<+Ljavafx/css/Styleable;*>;>;
2 6 1 parentStyleables Ljava/util/List<Ljavafx/css/CssMetaData<+Ljavafx/css/Styleable;*>;>;
4 6 2 styleables Ljava/util/List<Ljavafx/css/CssMetaData<+Ljavafx/css/Styleable;*>;>;
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/javafx/scene/control/LabeledImpl$StyleableProperties;
}
SourceFile: "LabeledImpl.java"
NestHost: com.sun.javafx.scene.control.LabeledImpl
InnerClasses:
final StyleableProperties = com.sun.javafx.scene.control.LabeledImpl$StyleableProperties of com.sun.javafx.scene.control.LabeledImpl