class javax.swing.text.html.HTMLDocument$HTMLReader$MapAction extends javax.swing.text.html.HTMLDocument$HTMLReader$TagAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.text.html.HTMLDocument$HTMLReader$MapAction
  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

  void <init>(javax.swing.text.html.HTMLDocument$HTMLReader);
    descriptor: (Ljavax/swing/text/html/HTMLDocument$HTMLReader;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.html.HTMLDocument$HTMLReader$MapAction this
         0: .line 3028
            aload 0 /* this */
            aload 1
            putfield javax.swing.text.html.HTMLDocument$HTMLReader$MapAction.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$MapAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/HTMLDocument$HTMLReader$MapAction;
    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=5, locals=3, args_size=3
        start local 0 // javax.swing.text.html.HTMLDocument$HTMLReader$MapAction this
        start local 1 // javax.swing.text.html.HTML$Tag t
        start local 2 // javax.swing.text.MutableAttributeSet a
         0: .line 3031
            aload 0 /* this */
            getfield javax.swing.text.html.HTMLDocument$HTMLReader$MapAction.this$1:Ljavax/swing/text/html/HTMLDocument$HTMLReader;
            new javax.swing.text.html.Map
            dup
            aload 2 /* a */
            getstatic javax.swing.text.html.HTML$Attribute.NAME:Ljavax/swing/text/html/HTML$Attribute;
            invokeinterface javax.swing.text.MutableAttributeSet.getAttribute:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            invokespecial javax.swing.text.html.Map.<init>:(Ljava/lang/String;)V
            putfield javax.swing.text.html.HTMLDocument$HTMLReader.lastMap:Ljavax/swing/text/html/Map;
         1: .line 3032
            aload 0 /* this */
            getfield javax.swing.text.html.HTMLDocument$HTMLReader$MapAction.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;
            aload 0 /* this */
            getfield javax.swing.text.html.HTMLDocument$HTMLReader$MapAction.this$1:Ljavax/swing/text/html/HTMLDocument$HTMLReader;
            getfield javax.swing.text.html.HTMLDocument$HTMLReader.lastMap:Ljavax/swing/text/html/Map;
            invokevirtual javax.swing.text.html.HTMLDocument.addMap:(Ljavax/swing/text/html/Map;)V
         2: .line 3033
            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$MapAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/html/HTMLDocument$HTMLReader$MapAction;
            0    3     1     t  Ljavax/swing/text/html/HTML$Tag;
            0    3     2     a  Ljavax/swing/text/MutableAttributeSet;
    MethodParameters:
      Name  Flags
      t     
      a     

  public void end(javax.swing.text.html.HTML$Tag);
    descriptor: (Ljavax/swing/text/html/HTML$Tag;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // javax.swing.text.html.HTMLDocument$HTMLReader$MapAction this
        start local 1 // javax.swing.text.html.HTML$Tag t
         0: .line 3036
            return
        end local 1 // javax.swing.text.html.HTML$Tag t
        end local 0 // javax.swing.text.html.HTMLDocument$HTMLReader$MapAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/HTMLDocument$HTMLReader$MapAction;
            0    1     1     t  Ljavax/swing/text/html/HTML$Tag;
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "HTMLDocument.java"
NestHost: javax.swing.text.html.HTMLDocument
InnerClasses:
  public final Attribute = javax.swing.text.html.HTML$Attribute of javax.swing.text.html.HTML
  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
  MapAction = javax.swing.text.html.HTMLDocument$HTMLReader$MapAction of javax.swing.text.html.HTMLDocument$HTMLReader
  public TagAction = javax.swing.text.html.HTMLDocument$HTMLReader$TagAction of javax.swing.text.html.HTMLDocument$HTMLReader