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

  public void <init>(javax.swing.text.html.HTMLDocument$HTMLReader);
    descriptor: (Ljavax/swing/text/html/HTMLDocument$HTMLReader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.html.HTMLDocument$HTMLReader$IsindexAction this
         0: .line 2855
            aload 0 /* this */
            aload 1
            putfield javax.swing.text.html.HTMLDocument$HTMLReader$IsindexAction.this$1:Ljavax/swing/text/html/HTMLDocument$HTMLReader;
            aload 0 /* this */
            aload 1
            invokespecial javax.swing.text.html.HTMLDocument$HTMLReader$TagAction.<init>:(Ljavax/swing/text/html/HTMLDocument$HTMLReader;)V
            return
        end local 0 // javax.swing.text.html.HTMLDocument$HTMLReader$IsindexAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/HTMLDocument$HTMLReader$IsindexAction;
    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=4, locals=3, args_size=3
        start local 0 // javax.swing.text.html.HTMLDocument$HTMLReader$IsindexAction this
        start local 1 // javax.swing.text.html.HTML$Tag t
        start local 2 // javax.swing.text.MutableAttributeSet a
         0: .line 2858
            aload 0 /* this */
            getfield javax.swing.text.html.HTMLDocument$HTMLReader$IsindexAction.this$1:Ljavax/swing/text/html/HTMLDocument$HTMLReader;
            getstatic javax.swing.text.html.HTML$Tag.IMPLIED:Ljavax/swing/text/html/HTML$Tag;
            new javax.swing.text.SimpleAttributeSet
            dup
            invokespecial javax.swing.text.SimpleAttributeSet.<init>:()V
            invokevirtual javax.swing.text.html.HTMLDocument$HTMLReader.blockOpen:(Ljavax/swing/text/html/HTML$Tag;Ljavax/swing/text/MutableAttributeSet;)V
         1: .line 2859
            aload 0 /* this */
            getfield javax.swing.text.html.HTMLDocument$HTMLReader$IsindexAction.this$1:Ljavax/swing/text/html/HTMLDocument$HTMLReader;
            aload 1 /* t */
            aload 2 /* a */
            invokevirtual javax.swing.text.html.HTMLDocument$HTMLReader.addSpecialElement:(Ljavax/swing/text/html/HTML$Tag;Ljavax/swing/text/MutableAttributeSet;)V
         2: .line 2860
            aload 0 /* this */
            getfield javax.swing.text.html.HTMLDocument$HTMLReader$IsindexAction.this$1:Ljavax/swing/text/html/HTMLDocument$HTMLReader;
            getstatic javax.swing.text.html.HTML$Tag.IMPLIED:Ljavax/swing/text/html/HTML$Tag;
            invokevirtual javax.swing.text.html.HTMLDocument$HTMLReader.blockClose:(Ljavax/swing/text/html/HTML$Tag;)V
         3: .line 2861
            return
        end local 2 // javax.swing.text.MutableAttributeSet a
        end local 1 // javax.swing.text.html.HTML$Tag t
        end local 0 // javax.swing.text.html.HTMLDocument$HTMLReader$IsindexAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/text/html/HTMLDocument$HTMLReader$IsindexAction;
            0    4     1     t  Ljavax/swing/text/html/HTML$Tag;
            0    4     2     a  Ljavax/swing/text/MutableAttributeSet;
    MethodParameters:
      Name  Flags
      t     
      a     
}
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 IsindexAction = javax.swing.text.html.HTMLDocument$HTMLReader$IsindexAction of javax.swing.text.html.HTMLDocument$HTMLReader
  public TagAction = javax.swing.text.html.HTMLDocument$HTMLReader$TagAction of javax.swing.text.html.HTMLDocument$HTMLReader