class javafx.scene.Node$MiscProperties$7 extends javafx.css.StyleableObjectProperty<javafx.scene.Cursor>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.Node$MiscProperties$7
super_class: javafx.css.StyleableObjectProperty
{
final javafx.scene.Node$MiscProperties this$1;
descriptor: Ljavafx/scene/Node$MiscProperties;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.scene.Node$MiscProperties, javafx.scene.Cursor);
descriptor: (Ljavafx/scene/Node$MiscProperties;Ljavafx/scene/Cursor;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield javafx.scene.Node$MiscProperties$7.this$1:Ljavafx/scene/Node$MiscProperties;
aload 0
aload 2
invokespecial javafx.css.StyleableObjectProperty.<init>:(Ljava/lang/Object;)V
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/Node$MiscProperties$7;
0 1 2 $anonymous0 Ljavafx/scene/Cursor;
MethodParameters:
Name Flags
this$0 final
$anonymous0
protected void invalidated();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield javafx.scene.Node$MiscProperties$7.this$1:Ljavafx/scene/Node$MiscProperties;
invokestatic javafx.scene.Node$MiscProperties.access$0:(Ljavafx/scene/Node$MiscProperties;)Ljavafx/scene/Node;
invokevirtual javafx.scene.Node.getScene:()Ljavafx/scene/Scene;
astore 1
start local 1 1: aload 1
ifnull 3
2: aload 1
invokevirtual javafx.scene.Scene.markCursorDirty:()V
3: StackMap locals: javafx.scene.Scene
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavafx/scene/Node$MiscProperties$7;
1 4 1 sceneValue Ljavafx/scene/Scene;
public javafx.css.CssMetaData getCssMetaData();
descriptor: ()Ljavafx/css/CssMetaData;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic javafx.scene.Node$StyleableProperties.CURSOR:Ljavafx/css/CssMetaData;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/Node$MiscProperties$7;
public java.lang.Object getBean();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.Node$MiscProperties$7.this$1:Ljavafx/scene/Node$MiscProperties;
invokestatic javafx.scene.Node$MiscProperties.access$0:(Ljavafx/scene/Node$MiscProperties;)Ljavafx/scene/Node;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/Node$MiscProperties$7;
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "cursor"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/Node$MiscProperties$7;
}
Signature: Ljavafx/css/StyleableObjectProperty<Ljavafx/scene/Cursor;>;
SourceFile: "Node.java"
EnclosingMethod: javafx.scene.Node$MiscProperties.cursorProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.Node
InnerClasses:
private final MiscProperties = javafx.scene.Node$MiscProperties of javafx.scene.Node
javafx.scene.Node$MiscProperties$7
private StyleableProperties = javafx.scene.Node$StyleableProperties of javafx.scene.Node