class javax.swing.filechooser.FileSystemView$FileSystemRoot extends java.io.File
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javax.swing.filechooser.FileSystemView$FileSystemRoot
super_class: java.io.File
{
public void <init>(java.io.File);
descriptor: (Ljava/io/File;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
ldc ""
invokespecial java.io.File.<init>:(Ljava/io/File;Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavax/swing/filechooser/FileSystemView$FileSystemRoot;
0 2 1 f Ljava/io/File;
MethodParameters:
Name Flags
f
public void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial java.io.File.<init>:(Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavax/swing/filechooser/FileSystemView$FileSystemRoot;
0 2 1 s Ljava/lang/String;
MethodParameters:
Name Flags
s
public boolean isDirectory();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/swing/filechooser/FileSystemView$FileSystemRoot;
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual javax.swing.filechooser.FileSystemView$FileSystemRoot.getPath:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/swing/filechooser/FileSystemView$FileSystemRoot;
}
SourceFile: "FileSystemView.java"
NestHost: javax.swing.filechooser.FileSystemView
InnerClasses:
FileSystemRoot = javax.swing.filechooser.FileSystemView$FileSystemRoot of javax.swing.filechooser.FileSystemView