public final class com.sun.javafx.cursor.StandardCursorFrame extends com.sun.javafx.cursor.CursorFrame
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.sun.javafx.cursor.StandardCursorFrame
super_class: com.sun.javafx.cursor.CursorFrame
{
private com.sun.javafx.cursor.CursorType cursorType;
descriptor: Lcom/sun/javafx/cursor/CursorType;
flags: (0x0002) ACC_PRIVATE
public void <init>(com.sun.javafx.cursor.CursorType);
descriptor: (Lcom/sun/javafx/cursor/CursorType;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial com.sun.javafx.cursor.CursorFrame.<init>:()V
1: aload 0
aload 1
putfield com.sun.javafx.cursor.StandardCursorFrame.cursorType:Lcom/sun/javafx/cursor/CursorType;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/javafx/cursor/StandardCursorFrame;
0 3 1 cursorType Lcom/sun/javafx/cursor/CursorType;
MethodParameters:
Name Flags
cursorType final
public com.sun.javafx.cursor.CursorType getCursorType();
descriptor: ()Lcom/sun/javafx/cursor/CursorType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.javafx.cursor.StandardCursorFrame.cursorType:Lcom/sun/javafx/cursor/CursorType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/javafx/cursor/StandardCursorFrame;
}
SourceFile: "StandardCursorFrame.java"