class javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$1 implements javax.swing.event.DocumentListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$1
  super_class: java.lang.Object
{
  final javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport this$1;
    descriptor: Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport);
    descriptor: (Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$1 this
         0: .line 1975
            aload 0 /* this */
            aload 1
            putfield javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$1.this$1:Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void changedUpdate(javax.swing.event.DocumentEvent);
    descriptor: (Ljavax/swing/event/DocumentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$1 this
        start local 1 // javax.swing.event.DocumentEvent theEvent
         0: .line 1977
            aload 0 /* this */
            getfield javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$1.this$1:Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport;
            iconst_0
            putfield javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport.linksValid:Z
         1: .line 1978
            return
        end local 1 // javax.swing.event.DocumentEvent theEvent
        end local 0 // javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport$1;
            0    2     1  theEvent  Ljavax/swing/event/DocumentEvent;
    MethodParameters:
          Name  Flags
      theEvent  

  public void insertUpdate(javax.swing.event.DocumentEvent);
    descriptor: (Ljavax/swing/event/DocumentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$1 this
        start local 1 // javax.swing.event.DocumentEvent theEvent
         0: .line 1980
            aload 0 /* this */
            getfield javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$1.this$1:Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport;
            iconst_0
            putfield javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport.linksValid:Z
         1: .line 1981
            return
        end local 1 // javax.swing.event.DocumentEvent theEvent
        end local 0 // javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport$1;
            0    2     1  theEvent  Ljavax/swing/event/DocumentEvent;
    MethodParameters:
          Name  Flags
      theEvent  

  public void removeUpdate(javax.swing.event.DocumentEvent);
    descriptor: (Ljavax/swing/event/DocumentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$1 this
        start local 1 // javax.swing.event.DocumentEvent theEvent
         0: .line 1983
            aload 0 /* this */
            getfield javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$1.this$1:Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport;
            iconst_0
            putfield javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport.linksValid:Z
         1: .line 1984
            return
        end local 1 // javax.swing.event.DocumentEvent theEvent
        end local 0 // javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavax/swing/JEditorPane$JEditorPaneAccessibleHypertextSupport$1;
            0    2     1  theEvent  Ljavax/swing/event/DocumentEvent;
    MethodParameters:
          Name  Flags
      theEvent  
}
SourceFile: "JEditorPane.java"
EnclosingMethod: javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport.<init>:(Ljavax/swing/JEditorPane;)V
NestHost: javax.swing.JEditorPane
InnerClasses:
  protected JEditorPaneAccessibleHypertextSupport = javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport of javax.swing.JEditorPane
  javax.swing.JEditorPane$JEditorPaneAccessibleHypertextSupport$1