class sun.nio.fs.WindowsWatchService$FileKey
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.fs.WindowsWatchService$FileKey
super_class: java.lang.Object
{
private final int volSerialNumber;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int fileIndexHigh;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int fileIndexLow;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(int, int, int);
descriptor: (III)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield sun.nio.fs.WindowsWatchService$FileKey.volSerialNumber:I
2: aload 0
iload 2
putfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexHigh:I
3: aload 0
iload 3
putfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexLow:I
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/nio/fs/WindowsWatchService$FileKey;
0 5 1 volSerialNumber I
0 5 2 fileIndexHigh I
0 5 3 fileIndexLow I
MethodParameters:
Name Flags
volSerialNumber
fileIndexHigh
fileIndexLow
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.nio.fs.WindowsWatchService$FileKey.volSerialNumber:I
aload 0
getfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexHigh:I
ixor
aload 0
getfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexLow:I
ixor
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/fs/WindowsWatchService$FileKey;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
aload 0
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof sun.nio.fs.WindowsWatchService$FileKey
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast sun.nio.fs.WindowsWatchService$FileKey
astore 2
start local 2 5: aload 0
getfield sun.nio.fs.WindowsWatchService$FileKey.volSerialNumber:I
aload 2
getfield sun.nio.fs.WindowsWatchService$FileKey.volSerialNumber:I
if_icmpeq 6
iconst_0
ireturn
6: StackMap locals: sun.nio.fs.WindowsWatchService$FileKey
StackMap stack:
aload 0
getfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexHigh:I
aload 2
getfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexHigh:I
if_icmpeq 7
iconst_0
ireturn
7: StackMap locals:
StackMap stack:
aload 0
getfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexLow:I
aload 2
getfield sun.nio.fs.WindowsWatchService$FileKey.fileIndexLow:I
if_icmpne 8
iconst_1
ireturn
StackMap locals:
StackMap stack:
8: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/nio/fs/WindowsWatchService$FileKey;
0 9 1 obj Ljava/lang/Object;
5 9 2 other Lsun/nio/fs/WindowsWatchService$FileKey;
MethodParameters:
Name Flags
obj
}
SourceFile: "WindowsWatchService.java"
NestHost: sun.nio.fs.WindowsWatchService
InnerClasses:
private FileKey = sun.nio.fs.WindowsWatchService$FileKey of sun.nio.fs.WindowsWatchService