class jdk.tools.jlink.internal.plugins.OrderResourcesPlugin$SortWrapper
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.tools.jlink.internal.plugins.OrderResourcesPlugin$SortWrapper
super_class: java.lang.Object
{
private final jdk.tools.jlink.plugin.ResourcePoolEntry resource;
descriptor: Ljdk/tools/jlink/plugin/ResourcePoolEntry;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int ordinal;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(jdk.tools.jlink.plugin.ResourcePoolEntry, int);
descriptor: (Ljdk/tools/jlink/plugin/ResourcePoolEntry;I)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield jdk.tools.jlink.internal.plugins.OrderResourcesPlugin$SortWrapper.resource:Ljdk/tools/jlink/plugin/ResourcePoolEntry;
2: aload 0
iload 2
putfield jdk.tools.jlink.internal.plugins.OrderResourcesPlugin$SortWrapper.ordinal:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/tools/jlink/internal/plugins/OrderResourcesPlugin$SortWrapper;
0 4 1 resource Ljdk/tools/jlink/plugin/ResourcePoolEntry;
0 4 2 ordinal I
MethodParameters:
Name Flags
resource
ordinal
jdk.tools.jlink.plugin.ResourcePoolEntry getResource();
descriptor: ()Ljdk/tools/jlink/plugin/ResourcePoolEntry;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.tools.jlink.internal.plugins.OrderResourcesPlugin$SortWrapper.resource:Ljdk/tools/jlink/plugin/ResourcePoolEntry;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/tools/jlink/internal/plugins/OrderResourcesPlugin$SortWrapper;
java.lang.String getPath();
descriptor: ()Ljava/lang/String;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.tools.jlink.internal.plugins.OrderResourcesPlugin$SortWrapper.resource:Ljdk/tools/jlink/plugin/ResourcePoolEntry;
invokeinterface jdk.tools.jlink.plugin.ResourcePoolEntry.path:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/tools/jlink/internal/plugins/OrderResourcesPlugin$SortWrapper;
int getOrdinal();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.tools.jlink.internal.plugins.OrderResourcesPlugin$SortWrapper.ordinal:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/tools/jlink/internal/plugins/OrderResourcesPlugin$SortWrapper;
}
SourceFile: "OrderResourcesPlugin.java"
NestHost: jdk.tools.jlink.internal.plugins.OrderResourcesPlugin
InnerClasses:
SortWrapper = jdk.tools.jlink.internal.plugins.OrderResourcesPlugin$SortWrapper of jdk.tools.jlink.internal.plugins.OrderResourcesPlugin