public class javax.swing.JFileChooser$AccessibleJFileChooser extends javax.swing.JComponent$AccessibleJComponent
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: javax.swing.JFileChooser$AccessibleJFileChooser
super_class: javax.swing.JComponent$AccessibleJComponent
{
final javax.swing.JFileChooser this$0;
descriptor: Ljavax/swing/JFileChooser;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
protected void <init>(javax.swing.JFileChooser);
descriptor: (Ljavax/swing/JFileChooser;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 // javax.swing.JFileChooser$AccessibleJFileChooser this
0: .line 2029
aload 0 /* this */
aload 1
putfield javax.swing.JFileChooser$AccessibleJFileChooser.this$0:Ljavax/swing/JFileChooser;
aload 0 /* this */
aload 1
invokespecial javax.swing.JComponent$AccessibleJComponent.<init>:(Ljavax/swing/JComponent;)V
return
end local 0 // javax.swing.JFileChooser$AccessibleJFileChooser this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/swing/JFileChooser$AccessibleJFileChooser;
MethodParameters:
Name Flags
this$0 final
public javax.accessibility.AccessibleRole getAccessibleRole();
descriptor: ()Ljavax/accessibility/AccessibleRole;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // javax.swing.JFileChooser$AccessibleJFileChooser this
0: .line 2039
getstatic javax.accessibility.AccessibleRole.FILE_CHOOSER:Ljavax/accessibility/AccessibleRole;
areturn
end local 0 // javax.swing.JFileChooser$AccessibleJFileChooser this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/swing/JFileChooser$AccessibleJFileChooser;
}
SourceFile: "JFileChooser.java"
NestHost: javax.swing.JFileChooser
InnerClasses:
public abstract AccessibleJComponent = javax.swing.JComponent$AccessibleJComponent of javax.swing.JComponent
protected AccessibleJFileChooser = javax.swing.JFileChooser$AccessibleJFileChooser of javax.swing.JFileChooser