public class io.vertx.core.file.impl.FileSystemPropsImpl implements io.vertx.core.file.FileSystemProps
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.file.impl.FileSystemPropsImpl
super_class: java.lang.Object
{
private final long totalSpace;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long unallocatedSpace;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long usableSpace;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(long, long, long);
descriptor: (JJJ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=4
start local 0 start local 1 start local 3 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
lload 1
putfield io.vertx.core.file.impl.FileSystemPropsImpl.totalSpace:J
2: aload 0
lload 3
putfield io.vertx.core.file.impl.FileSystemPropsImpl.unallocatedSpace:J
3: aload 0
lload 5
putfield io.vertx.core.file.impl.FileSystemPropsImpl.usableSpace:J
4: return
end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/file/impl/FileSystemPropsImpl;
0 5 1 totalSpace J
0 5 3 unallocatedSpace J
0 5 5 usableSpace J
MethodParameters:
Name Flags
totalSpace
unallocatedSpace
usableSpace
public long totalSpace();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.file.impl.FileSystemPropsImpl.totalSpace:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/file/impl/FileSystemPropsImpl;
public long unallocatedSpace();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.file.impl.FileSystemPropsImpl.unallocatedSpace:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/file/impl/FileSystemPropsImpl;
public long usableSpace();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.file.impl.FileSystemPropsImpl.usableSpace:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/file/impl/FileSystemPropsImpl;
}
SourceFile: "FileSystemPropsImpl.java"