public final class android.graphics.Path$FillType extends java.lang.Enum<android.graphics.Path$FillType>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: android.graphics.Path$FillType
  super_class: java.lang.Enum
{
  public static final android.graphics.Path$FillType WINDING;
    descriptor: Landroid/graphics/Path$FillType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.graphics.Path$FillType EVEN_ODD;
    descriptor: Landroid/graphics/Path$FillType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.graphics.Path$FillType INVERSE_WINDING;
    descriptor: Landroid/graphics/Path$FillType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.graphics.Path$FillType INVERSE_EVEN_ODD;
    descriptor: Landroid/graphics/Path$FillType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  final int nativeInt;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  private void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.graphics.Path$FillType this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import dalvik.annotation cannot be resolved\n\tThe import dalvik.annotation cannot be resolved\n\tThe import libcore.util cannot be resolved\n\tNativeAllocationRegistry cannot be resolved to a type\n\tNativeAllocationRegistry cannot be resolved to a type\n\tNativeAllocationRegistry cannot be resolved to a type\n\tNativeAllocationRegistry cannot be resolved to a type\n\tFastNative cannot be resolved to a type\n\tCriticalNative cannot be resolved to a type\n\tCriticalNative cannot be resolved to a type\n\tCriticalNative cannot be resolved to a type\n\tCriticalNative cannot be resolved to a type\n\tCriticalNative cannot be resolved to a type\n\tCriticalNative cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.Path$FillType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/Path$FillType;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      ni             
}
Signature: Ljava/lang/Enum<Landroid/graphics/Path$FillType;>;
SourceFile: "Path.java"
NestHost: android.graphics.Path
InnerClasses:
  public final FillType = android.graphics.Path$FillType of android.graphics.Path