class android.content.res.ResourcesImpl$LookupStack
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.content.res.ResourcesImpl$LookupStack
  super_class: java.lang.Object
{
  private int[] mIds;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int mSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.res.ResourcesImpl$LookupStack this
         0: .line 39
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.icu cannot be resolved\n\tThe import org.xmlpull cannot be resolved\n\tThe import org.xmlpull cannot be resolved\n\tPluralRules cannot be resolved to a type\n\tPluralRules cannot be resolved to a type\n\tPluralRules cannot be resolved to a type\n\tPluralRules cannot be resolved to a type\n\tPluralRules cannot be resolved\n\tPluralRules cannot be resolved to a type\n\tPluralRules cannot be resolved to a type\n\tThe method getPluralRule() from the type ResourcesImpl refers to the missing type PluralRules\n\tPluralRules cannot be resolved to a variable\n\tPluralRules cannot be resolved to a variable\n\tPluralRules cannot be resolved to a variable\n\tPluralRules cannot be resolved to a variable\n\tPluralRules cannot be resolved to a variable\n\tPluralRules cannot be resolved to a type\n\tPluralRules cannot be resolved to a type\n\tPluralRules cannot be resolved\n\tThe method adjustLanguageCode(String) is undefined for the type Locale\n\tThe method createFromXmlForDensity(Resources, XmlPullParser, int, Resources.Theme) from the type Drawable refers to the missing type XmlPullParser\n\tThe method parse(XmlPullParser, Resources) from the type FontResourcesParser refers to the missing type XmlPullParser\n\tXmlPullParserException cannot be resolved to a type\n\tThe method asAttributeSet(XmlPullParser) from the type Xml refers to the missing type XmlPullParser\n\tThe method next() is undefined for the type XmlResourceParser\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParser cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n\tThe method getName() is undefined for the type XmlResourceParser\n\tThe method createFromXmlInner(Resources, XmlPullParser, AttributeSet, Resources.Theme) from the type GradientColor refers to the missing type XmlPullParser\n\tThe method createFromXmlInner(Resources, XmlPullParser, AttributeSet, Resources.Theme) from the type ColorStateList refers to the missing type XmlPullParser\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.res.ResourcesImpl$LookupStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/res/ResourcesImpl$LookupStack;

  public void push(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.res.ResourcesImpl$LookupStack this
         0: .line 1431
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.res.ResourcesImpl$LookupStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/res/ResourcesImpl$LookupStack;
    MethodParameters:
      Name  Flags
      id    

  public boolean contains(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.res.ResourcesImpl$LookupStack this
         0: .line 1436
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.res.ResourcesImpl$LookupStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/res/ResourcesImpl$LookupStack;
    MethodParameters:
      Name  Flags
      id    

  public void pop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.content.res.ResourcesImpl$LookupStack this
         0: .line 1445
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.res.ResourcesImpl$LookupStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/res/ResourcesImpl$LookupStack;
}
SourceFile: "ResourcesImpl.java"
NestHost: android.content.res.ResourcesImpl
InnerClasses:
  private LookupStack = android.content.res.ResourcesImpl$LookupStack of android.content.res.ResourcesImpl