class javafx.scene.shape.Line$3 extends javafx.beans.property.DoublePropertyBase
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.shape.Line$3
super_class: javafx.beans.property.DoublePropertyBase
{
final javafx.scene.shape.Line this$0;
descriptor: Ljavafx/scene/shape/Line;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.scene.shape.Line);
descriptor: (Ljavafx/scene/shape/Line;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield javafx.scene.shape.Line$3.this$0:Ljavafx/scene/shape/Line;
aload 0
invokespecial javafx.beans.property.DoublePropertyBase.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/shape/Line$3;
MethodParameters:
Name Flags
this$0 final
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.Line$3.this$0:Ljavafx/scene/shape/Line;
getstatic com.sun.javafx.scene.DirtyBits.NODE_GEOMETRY: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.Line$3.this$0:Ljavafx/scene/shape/Line;
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/Line$3;
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.Line$3.this$0:Ljavafx/scene/shape/Line;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/shape/Line$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 "startY"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/shape/Line$3;
}
SourceFile: "Line.java"
EnclosingMethod: javafx.scene.shape.Line
NestHost: javafx.scene.shape.Line
InnerClasses:
javafx.scene.shape.Line$3