class sun.tools.jconsole.inspector.XMBeanInfo$TableRowDivider
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.tools.jconsole.inspector.XMBeanInfo$TableRowDivider
  super_class: java.lang.Object
{
  private java.lang.String tableRowDividerText;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.tools.jconsole.inspector.XMBeanInfo$TableRowDivider this
        start local 1 // java.lang.String tableRowDividerText
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            aload 1 /* tableRowDividerText */
            putfield sun.tools.jconsole.inspector.XMBeanInfo$TableRowDivider.tableRowDividerText:Ljava/lang/String;
         2: .line 71
            return
        end local 1 // java.lang.String tableRowDividerText
        end local 0 // sun.tools.jconsole.inspector.XMBeanInfo$TableRowDivider this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lsun/tools/jconsole/inspector/XMBeanInfo$TableRowDivider;
            0    3     1  tableRowDividerText  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      tableRowDividerText  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.jconsole.inspector.XMBeanInfo$TableRowDivider this
         0: .line 75
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.XMBeanInfo$TableRowDivider.tableRowDividerText:Ljava/lang/String;
            areturn
        end local 0 // sun.tools.jconsole.inspector.XMBeanInfo$TableRowDivider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/jconsole/inspector/XMBeanInfo$TableRowDivider;
}
SourceFile: "XMBeanInfo.java"
NestHost: sun.tools.jconsole.inspector.XMBeanInfo
InnerClasses:
  private TableRowDivider = sun.tools.jconsole.inspector.XMBeanInfo$TableRowDivider of sun.tools.jconsole.inspector.XMBeanInfo