public abstract class com.sun.javafx.scene.shape.PathElementHelper
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.javafx.scene.shape.PathElementHelper
super_class: java.lang.Object
{
private static com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor pathElementAccessor;
descriptor: Lcom/sun/javafx/scene/shape/PathElementHelper$PathElementAccessor;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Ljavafx/scene/shape/PathElement;
invokestatic com.sun.javafx.util.Utils.forceInit:(Ljava/lang/Class;)V
1: return
LocalVariableTable:
Start End Slot Name Signature
protected void <init>();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/javafx/scene/shape/PathElementHelper;
private static com.sun.javafx.scene.shape.PathElementHelper getHelper(javafx.scene.shape.PathElement);
descriptor: (Ljavafx/scene/shape/PathElement;)Lcom/sun/javafx/scene/shape/PathElementHelper;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.sun.javafx.scene.shape.PathElementHelper.pathElementAccessor:Lcom/sun/javafx/scene/shape/PathElementHelper$PathElementAccessor;
aload 0
invokeinterface com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor.getHelper:(Ljavafx/scene/shape/PathElement;)Lcom/sun/javafx/scene/shape/PathElementHelper;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 pathElement Ljavafx/scene/shape/PathElement;
MethodParameters:
Name Flags
pathElement
protected static void setHelper(javafx.scene.shape.PathElement, com.sun.javafx.scene.shape.PathElementHelper);
descriptor: (Ljavafx/scene/shape/PathElement;Lcom/sun/javafx/scene/shape/PathElementHelper;)V
flags: (0x000c) ACC_PROTECTED, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic com.sun.javafx.scene.shape.PathElementHelper.pathElementAccessor:Lcom/sun/javafx/scene/shape/PathElementHelper$PathElementAccessor;
aload 0
aload 1
invokeinterface com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor.setHelper:(Ljavafx/scene/shape/PathElement;Lcom/sun/javafx/scene/shape/PathElementHelper;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 pathElement Ljavafx/scene/shape/PathElement;
0 2 1 pathElementHelper Lcom/sun/javafx/scene/shape/PathElementHelper;
MethodParameters:
Name Flags
pathElement
pathElementHelper
public static void addTo(javafx.scene.shape.PathElement, com.sun.javafx.geom.Path2D);
descriptor: (Ljavafx/scene/shape/PathElement;Lcom/sun/javafx/geom/Path2D;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokestatic com.sun.javafx.scene.shape.PathElementHelper.getHelper:(Ljavafx/scene/shape/PathElement;)Lcom/sun/javafx/scene/shape/PathElementHelper;
aload 0
aload 1
invokevirtual com.sun.javafx.scene.shape.PathElementHelper.addToImpl:(Ljavafx/scene/shape/PathElement;Lcom/sun/javafx/geom/Path2D;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 pathElement Ljavafx/scene/shape/PathElement;
0 2 1 path Lcom/sun/javafx/geom/Path2D;
MethodParameters:
Name Flags
pathElement
path
protected abstract void addToImpl(javafx.scene.shape.PathElement, com.sun.javafx.geom.Path2D);
descriptor: (Ljavafx/scene/shape/PathElement;Lcom/sun/javafx/geom/Path2D;)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
pathElement
path
public static void setPathElementAccessor(com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor);
descriptor: (Lcom/sun/javafx/scene/shape/PathElementHelper$PathElementAccessor;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.sun.javafx.scene.shape.PathElementHelper.pathElementAccessor:Lcom/sun/javafx/scene/shape/PathElementHelper$PathElementAccessor;
ifnull 2
1: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
putstatic com.sun.javafx.scene.shape.PathElementHelper.pathElementAccessor:Lcom/sun/javafx/scene/shape/PathElementHelper$PathElementAccessor;
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 newAccessor Lcom/sun/javafx/scene/shape/PathElementHelper$PathElementAccessor;
MethodParameters:
Name Flags
newAccessor final
}
SourceFile: "PathElementHelper.java"
NestMembers:
com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor
InnerClasses:
public abstract PathElementAccessor = com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor of com.sun.javafx.scene.shape.PathElementHelper