class javafx.scene.shape.SVGPath$2 extends javafx.beans.property.ObjectPropertyBase<javafx.scene.shape.FillRule>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.shape.SVGPath$2
super_class: javafx.beans.property.ObjectPropertyBase
{
final javafx.scene.shape.SVGPath this$0;
descriptor: Ljavafx/scene/shape/SVGPath;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.scene.shape.SVGPath, javafx.scene.shape.FillRule);
descriptor: (Ljavafx/scene/shape/SVGPath;Ljavafx/scene/shape/FillRule;)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.SVGPath$2.this$0:Ljavafx/scene/shape/SVGPath;
aload 0
aload 2
invokespecial javafx.beans.property.ObjectPropertyBase.<init>:(Ljava/lang/Object;)V
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/shape/SVGPath$2;
0 1 2 $anonymous0 Ljavafx/scene/shape/FillRule;
MethodParameters:
Name Flags
this$0 final
$anonymous0
public void invalidated();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.shape.SVGPath$2.this$0:Ljavafx/scene/shape/SVGPath;
getstatic com.sun.javafx.scene.DirtyBits.SHAPE_FILLRULE:Lcom/sun/javafx/scene/DirtyBits;
invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
1: aload 0
getfield javafx.scene.shape.SVGPath$2.this$0:Ljavafx/scene/shape/SVGPath;
invokestatic com.sun.javafx.scene.NodeHelper.geomChanged:(Ljavafx/scene/Node;)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/SVGPath$2;
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.SVGPath$2.this$0:Ljavafx/scene/shape/SVGPath;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/shape/SVGPath$2;
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 "fillRule"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/shape/SVGPath$2;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljavafx/scene/shape/FillRule;>;
SourceFile: "SVGPath.java"
EnclosingMethod: javafx.scene.shape.SVGPath.fillRuleProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.shape.SVGPath
InnerClasses:
javafx.scene.shape.SVGPath$2