public final class android.graphics.pdf.PdfDocument$PageInfo$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.graphics.pdf.PdfDocument$PageInfo$Builder
  super_class: java.lang.Object
{
  private final android.graphics.pdf.PdfDocument$PageInfo mPageInfo;
    descriptor: Landroid/graphics/pdf/PdfDocument$PageInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.graphics.pdf.PdfDocument$PageInfo$Builder this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import dalvik.system cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.pdf.PdfDocument$PageInfo$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/pdf/PdfDocument$PageInfo$Builder;
    MethodParameters:
            Name  Flags
      pageWidth   
      pageHeight  
      pageNumber  

  public android.graphics.pdf.PdfDocument$PageInfo$Builder setContentRect(android.graphics.Rect);
    descriptor: (Landroid/graphics/Rect;)Landroid/graphics/pdf/PdfDocument$PageInfo$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.graphics.pdf.PdfDocument$PageInfo$Builder this
         0: .line 353
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.pdf.PdfDocument$PageInfo$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/pdf/PdfDocument$PageInfo$Builder;
    MethodParameters:
             Name  Flags
      contentRect  

  public android.graphics.pdf.PdfDocument$PageInfo create();
    descriptor: ()Landroid/graphics/pdf/PdfDocument$PageInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.graphics.pdf.PdfDocument$PageInfo$Builder this
         0: .line 369
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.pdf.PdfDocument$PageInfo$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/pdf/PdfDocument$PageInfo$Builder;
}
SourceFile: "PdfDocument.java"
NestHost: android.graphics.pdf.PdfDocument
InnerClasses:
  public final PageInfo = android.graphics.pdf.PdfDocument$PageInfo of android.graphics.pdf.PdfDocument
  public final Builder = android.graphics.pdf.PdfDocument$PageInfo$Builder of android.graphics.pdf.PdfDocument$PageInfo