class javafx.scene.shape.Shape$3 extends javafx.css.StyleableObjectProperty<javafx.scene.paint.Paint>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.shape.Shape$3
super_class: javafx.css.StyleableObjectProperty
{
boolean needsListener;
descriptor: Z
flags: (0x0000)
final javafx.scene.shape.Shape this$0;
descriptor: Ljavafx/scene/shape/Shape;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.scene.shape.Shape, javafx.scene.paint.Paint);
descriptor: (Ljavafx/scene/shape/Shape;Ljavafx/scene/paint/Paint;)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.shape.Shape$3.this$0:Ljavafx/scene/shape/Shape;
aload 0
aload 2
invokespecial javafx.css.StyleableObjectProperty.<init>:(Ljava/lang/Object;)V
1: aload 0
iconst_0
putfield javafx.scene.shape.Shape$3.needsListener:Z
2: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/Shape$3;
0 3 2 $anonymous0 Ljavafx/scene/paint/Paint;
MethodParameters:
Name Flags
this$0 final
$anonymous0
public void invalidated();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual javafx.scene.shape.Shape$3.get:()Ljava/lang/Object;
checkcast javafx.scene.paint.Paint
astore 1
start local 1 1: aload 0
getfield javafx.scene.shape.Shape$3.needsListener:Z
ifeq 4
2: invokestatic com.sun.javafx.tk.Toolkit.getPaintAccessor:()Lcom/sun/javafx/tk/Toolkit$PaintAccessor;
3: aload 0
getfield javafx.scene.shape.Shape$3.this$0:Ljavafx/scene/shape/Shape;
getfield javafx.scene.shape.Shape.old_fill:Ljavafx/scene/paint/Paint;
aload 0
getfield javafx.scene.shape.Shape$3.this$0:Ljavafx/scene/shape/Shape;
getfield javafx.scene.shape.Shape.platformImageChangeListener:Lcom/sun/javafx/beans/event/AbstractNotifyListener;
invokeinterface com.sun.javafx.tk.Toolkit$PaintAccessor.removeListener:(Ljavafx/scene/paint/Paint;Lcom/sun/javafx/beans/event/AbstractNotifyListener;)V
4: StackMap locals: javafx.scene.paint.Paint
StackMap stack:
aload 0
aload 1
ifnull 6
5: invokestatic com.sun.javafx.tk.Toolkit.getPaintAccessor:()Lcom/sun/javafx/tk/Toolkit$PaintAccessor;
aload 1
invokeinterface com.sun.javafx.tk.Toolkit$PaintAccessor.isMutable:(Ljavafx/scene/paint/Paint;)Z
ifeq 6
iconst_1
goto 7
StackMap locals:
StackMap stack: javafx.scene.shape.Shape$3
6: iconst_0
7: StackMap locals: javafx.scene.shape.Shape$3 javafx.scene.paint.Paint
StackMap stack: javafx.scene.shape.Shape$3 int
putfield javafx.scene.shape.Shape$3.needsListener:Z
8: aload 0
getfield javafx.scene.shape.Shape$3.this$0:Ljavafx/scene/shape/Shape;
aload 1
putfield javafx.scene.shape.Shape.old_fill:Ljavafx/scene/paint/Paint;
9: aload 0
getfield javafx.scene.shape.Shape$3.needsListener:Z
ifeq 12
10: invokestatic com.sun.javafx.tk.Toolkit.getPaintAccessor:()Lcom/sun/javafx/tk/Toolkit$PaintAccessor;
11: aload 1
aload 0
getfield javafx.scene.shape.Shape$3.this$0:Ljavafx/scene/shape/Shape;
getfield javafx.scene.shape.Shape.platformImageChangeListener:Lcom/sun/javafx/beans/event/AbstractNotifyListener;
invokeinterface com.sun.javafx.tk.Toolkit$PaintAccessor.addListener:(Ljavafx/scene/paint/Paint;Lcom/sun/javafx/beans/event/AbstractNotifyListener;)V
12: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.shape.Shape$3.this$0:Ljavafx/scene/shape/Shape;
getstatic com.sun.javafx.scene.DirtyBits.SHAPE_FILL:Lcom/sun/javafx/scene/DirtyBits;
invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
13: aload 0
getfield javafx.scene.shape.Shape$3.this$0:Ljavafx/scene/shape/Shape;
invokevirtual javafx.scene.shape.Shape.checkModeChanged:()V
14: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Ljavafx/scene/shape/Shape$3;
1 15 1 _fill Ljavafx/scene/paint/Paint;
public javafx.css.CssMetaData<javafx.scene.shape.Shape, javafx.scene.paint.Paint> getCssMetaData();
descriptor: ()Ljavafx/css/CssMetaData;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic javafx.scene.shape.Shape$StyleableProperties.FILL:Ljavafx/css/CssMetaData;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/shape/Shape$3;
Signature: ()Ljavafx/css/CssMetaData<Ljavafx/scene/shape/Shape;Ljavafx/scene/paint/Paint;>;
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.shape.Shape$3.this$0:Ljavafx/scene/shape/Shape;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/shape/Shape$3;
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 "fill"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/shape/Shape$3;
}
Signature: Ljavafx/css/StyleableObjectProperty<Ljavafx/scene/paint/Paint;>;
SourceFile: "Shape.java"
EnclosingMethod: javafx.scene.shape.Shape.fillProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.shape.Shape
InnerClasses:
public abstract PaintAccessor = com.sun.javafx.tk.Toolkit$PaintAccessor of com.sun.javafx.tk.Toolkit
javafx.scene.shape.Shape$3
private StyleableProperties = javafx.scene.shape.Shape$StyleableProperties of javafx.scene.shape.Shape