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

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

  public javax.swing.text.AttributeSet getResolveParent();
    descriptor: ()Ljavax/swing/text/AttributeSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.StyledEditorKit$1 this
         0: .line 176
            aload 0 /* this */
            getfield javax.swing.text.StyledEditorKit$1.this$0:Ljavax/swing/text/StyledEditorKit;
            getfield javax.swing.text.StyledEditorKit.currentParagraph:Ljavax/swing/text/Element;
            ifnull 2
         1: .line 177
            aload 0 /* this */
            getfield javax.swing.text.StyledEditorKit$1.this$0:Ljavax/swing/text/StyledEditorKit;
            getfield javax.swing.text.StyledEditorKit.currentParagraph:Ljavax/swing/text/Element;
            invokeinterface javax.swing.text.Element.getAttributes:()Ljavax/swing/text/AttributeSet;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aconst_null
         3: .line 176
      StackMap locals:
      StackMap stack: javax.swing.text.AttributeSet
            areturn
        end local 0 // javax.swing.text.StyledEditorKit$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/text/StyledEditorKit$1;

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.swing.text.StyledEditorKit$1 this
         0: .line 181
            new javax.swing.text.SimpleAttributeSet
            dup
            aload 0 /* this */
            invokespecial javax.swing.text.SimpleAttributeSet.<init>:(Ljavax/swing/text/AttributeSet;)V
            areturn
        end local 0 // javax.swing.text.StyledEditorKit$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/StyledEditorKit$1;
}
SourceFile: "StyledEditorKit.java"
EnclosingMethod: javax.swing.text.StyledEditorKit.createInputAttributes:()V
NestHost: javax.swing.text.StyledEditorKit
InnerClasses:
  javax.swing.text.StyledEditorKit$1