public class javax.swing.JEditorPane$AccessibleJEditorPane extends javax.swing.text.JTextComponent$AccessibleJTextComponent
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: javax.swing.JEditorPane$AccessibleJEditorPane
super_class: javax.swing.text.JTextComponent$AccessibleJTextComponent
{
final javax.swing.JEditorPane this$0;
descriptor: Ljavax/swing/JEditorPane;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
protected void <init>(javax.swing.JEditorPane);
descriptor: (Ljavax/swing/JEditorPane;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 // javax.swing.JEditorPane$AccessibleJEditorPane this
0: .line 1660
aload 0 /* this */
aload 1
putfield javax.swing.JEditorPane$AccessibleJEditorPane.this$0:Ljavax/swing/JEditorPane;
aload 0 /* this */
aload 1
invokespecial javax.swing.text.JTextComponent$AccessibleJTextComponent.<init>:(Ljavax/swing/text/JTextComponent;)V
return
end local 0 // javax.swing.JEditorPane$AccessibleJEditorPane this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/swing/JEditorPane$AccessibleJEditorPane;
MethodParameters:
Name Flags
this$0 final
public java.lang.String getAccessibleDescription();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 // javax.swing.JEditorPane$AccessibleJEditorPane this
0: .line 1673
aload 0 /* this */
getfield javax.swing.JEditorPane$AccessibleJEditorPane.accessibleDescription:Ljava/lang/String;
astore 1 /* description */
start local 1 // java.lang.String description
1: .line 1676
aload 1 /* description */
ifnonnull 3
2: .line 1677
aload 0 /* this */
getfield javax.swing.JEditorPane$AccessibleJEditorPane.this$0:Ljavax/swing/JEditorPane;
ldc "AccessibleDescription"
invokevirtual javax.swing.JEditorPane.getClientProperty:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.String
astore 1 /* description */
3: .line 1679
StackMap locals: java.lang.String
StackMap stack:
aload 1 /* description */
ifnonnull 5
4: .line 1680
aload 0 /* this */
getfield javax.swing.JEditorPane$AccessibleJEditorPane.this$0:Ljavax/swing/JEditorPane;
invokevirtual javax.swing.JEditorPane.getContentType:()Ljava/lang/String;
astore 1 /* description */
5: .line 1682
StackMap locals:
StackMap stack:
aload 1 /* description */
areturn
end local 1 // java.lang.String description
end local 0 // javax.swing.JEditorPane$AccessibleJEditorPane this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljavax/swing/JEditorPane$AccessibleJEditorPane;
1 6 1 description Ljava/lang/String;
public javax.accessibility.AccessibleStateSet getAccessibleStateSet();
descriptor: ()Ljavax/accessibility/AccessibleStateSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 // javax.swing.JEditorPane$AccessibleJEditorPane this
0: .line 1693
aload 0 /* this */
invokespecial javax.swing.text.JTextComponent$AccessibleJTextComponent.getAccessibleStateSet:()Ljavax/accessibility/AccessibleStateSet;
astore 1 /* states */
start local 1 // javax.accessibility.AccessibleStateSet states
1: .line 1694
aload 1 /* states */
getstatic javax.accessibility.AccessibleState.MULTI_LINE:Ljavax/accessibility/AccessibleState;
invokevirtual javax.accessibility.AccessibleStateSet.add:(Ljavax/accessibility/AccessibleState;)Z
pop
2: .line 1695
aload 1 /* states */
areturn
end local 1 // javax.accessibility.AccessibleStateSet states
end local 0 // javax.swing.JEditorPane$AccessibleJEditorPane this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavax/swing/JEditorPane$AccessibleJEditorPane;
1 3 1 states Ljavax/accessibility/AccessibleStateSet;
}
SourceFile: "JEditorPane.java"
NestHost: javax.swing.JEditorPane
InnerClasses:
protected AccessibleJEditorPane = javax.swing.JEditorPane$AccessibleJEditorPane of javax.swing.JEditorPane
public AccessibleJTextComponent = javax.swing.text.JTextComponent$AccessibleJTextComponent of javax.swing.text.JTextComponent