class android.text.Html$HtmlParser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.text.Html$HtmlParser
  super_class: java.lang.Object
{
  private static final HTMLSchema schema;
    descriptor: LHTMLSchema;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.text.Html$HtmlParser this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.ccil cannot be resolved\n\tThe import org.ccil cannot be resolved\n\tHTMLSchema cannot be resolved to a type\n\tHTMLSchema cannot be resolved to a type\n\tParser cannot be resolved to a type\n\tParser cannot be resolved to a type\n\tParser cannot be resolved to a variable\n\tHTMLSchema cannot be resolved to a type\n\tParser cannot be resolved to a type\n\tcom.android.internal.R.drawable cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.text.Html$HtmlParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/text/Html$HtmlParser;
}
SourceFile: "Html.java"
NestHost: android.text.Html
InnerClasses:
  private HtmlParser = android.text.Html$HtmlParser of android.text.Html