class javax.swing.text.html.HTMLDocument$HTMLReader$FormTagAction extends javax.swing.text.html.HTMLDocument$HTMLReader$BlockAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.text.html.HTMLDocument$HTMLReader$FormTagAction
  super_class: javax.swing.text.html.HTMLDocument$HTMLReader$BlockAction
{
  final javax.swing.text.html.HTMLDocument$HTMLReader this$1;
    descriptor: Ljavax/swing/text/html/HTMLDocument$HTMLReader;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(javax.swing.text.html.HTMLDocument$HTMLReader);
    descriptor: (Ljavax/swing/text/html/HTMLDocument$HTMLReader;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.html.HTMLDocument$HTMLReader$FormTagAction this
         0: .line 3018
            aload 0 /* this */
            aload 1
            putfield javax.swing.text.html.HTMLDocument$HTMLReader$FormTagAction.this$1:Ljavax/swing/text/html/HTMLDocument$HTMLReader;
            aload 0 /* this */
            aload 1
            invokespecial javax.swing.text.html.HTMLDocument$HTMLReader$BlockAction.<init>:(Ljavax/swing/text/html/HTMLDocument$HTMLReader;)V
            return
        end local 0 // javax.swing.text.html.HTMLDocument$HTMLReader$FormTagAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/HTMLDocument$HTMLReader$FormTagAction;
    MethodParameters:
        Name  Flags
      this$0  final

  public void start(javax.swing.text.html.HTML$Tag, javax.swing.text.MutableAttributeSet);
    descriptor: (Ljavax/swing/text/html/HTML$Tag;Ljavax/swing/text/MutableAttributeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.swing.text.html.HTMLDocument$HTMLReader$FormTagAction this
        start local 1 // javax.swing.text.html.HTML$Tag t
        start local 2 // javax.swing.text.MutableAttributeSet attr
         0: .line 3020
            aload 0 /* this */
            aload 1 /* t */
            aload 2 /* attr */
            invokespecial javax.swing.text.html.HTMLDocument$HTMLReader$BlockAction.start:(Ljavax/swing/text/html/HTML$Tag;Ljavax/swing/text/MutableAttributeSet;)V
         1: .line 3027
            aload 0 /* this */
            getfield javax.swing.text.html.HTMLDocument$HTMLReader$FormTagAction.this$1:Ljavax/swing/text/html/HTMLDocument$HTMLReader;
            invokestatic javax.swing.text.html.HTMLDocument$HTMLReader.access$0:(Ljavax/swing/text/html/HTMLDocument$HTMLReader;)Ljavax/swing/text/html/HTMLDocument;
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield javax.swing.text.html.HTMLDocument.radioButtonGroupsMap:Ljava/util/HashMap;
         2: .line 3028
            return
        end local 2 // javax.swing.text.MutableAttributeSet attr
        end local 1 // javax.swing.text.html.HTML$Tag t
        end local 0 // javax.swing.text.html.HTMLDocument$HTMLReader$FormTagAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/html/HTMLDocument$HTMLReader$FormTagAction;
            0    3     1     t  Ljavax/swing/text/html/HTML$Tag;
            0    3     2  attr  Ljavax/swing/text/MutableAttributeSet;
    MethodParameters:
      Name  Flags
      t     
      attr  

  public void end(javax.swing.text.html.HTML$Tag);
    descriptor: (Ljavax/swing/text/html/HTML$Tag;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.html.HTMLDocument$HTMLReader$FormTagAction this
        start local 1 // javax.swing.text.html.HTML$Tag t
         0: .line 3031
            aload 0 /* this */
            aload 1 /* t */
            invokespecial javax.swing.text.html.HTMLDocument$HTMLReader$BlockAction.end:(Ljavax/swing/text/html/HTML$Tag;)V
         1: .line 3034
            aload 0 /* this */
            getfield javax.swing.text.html.HTMLDocument$HTMLReader$FormTagAction.this$1:Ljavax/swing/text/html/HTMLDocument$HTMLReader;
            invokestatic javax.swing.text.html.HTMLDocument$HTMLReader.access$0:(Ljavax/swing/text/html/HTMLDocument$HTMLReader;)Ljavax/swing/text/html/HTMLDocument;
            aconst_null
            putfield javax.swing.text.html.HTMLDocument.radioButtonGroupsMap:Ljava/util/HashMap;
         2: .line 3035
            return
        end local 1 // javax.swing.text.html.HTML$Tag t
        end local 0 // javax.swing.text.html.HTMLDocument$HTMLReader$FormTagAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/html/HTMLDocument$HTMLReader$FormTagAction;
            0    3     1     t  Ljavax/swing/text/html/HTML$Tag;
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "HTMLDocument.java"
NestHost: javax.swing.text.html.HTMLDocument
InnerClasses:
  public Tag = javax.swing.text.html.HTML$Tag of javax.swing.text.html.HTML
  public HTMLReader = javax.swing.text.html.HTMLDocument$HTMLReader of javax.swing.text.html.HTMLDocument
  public BlockAction = javax.swing.text.html.HTMLDocument$HTMLReader$BlockAction of javax.swing.text.html.HTMLDocument$HTMLReader
  private FormTagAction = javax.swing.text.html.HTMLDocument$HTMLReader$FormTagAction of javax.swing.text.html.HTMLDocument$HTMLReader