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

  public static final android.graphics.PathDashPathEffect$Style ROTATE;
    descriptor: Landroid/graphics/PathDashPathEffect$Style;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final android.graphics.PathDashPathEffect$Style MORPH;
    descriptor: Landroid/graphics/PathDashPathEffect$Style;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  int native_style;
    descriptor: I
    flags: (0x0000) 

  private static final android.graphics.PathDashPathEffect$Style[] ENUM$VALUES;
    descriptor: [Landroid/graphics/PathDashPathEffect$Style;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 22
            new android.graphics.PathDashPathEffect$Style
            dup
            ldc "TRANSLATE"
            iconst_0
            iconst_0
            invokespecial android.graphics.PathDashPathEffect$Style.<init>:(Ljava/lang/String;II)V
            putstatic android.graphics.PathDashPathEffect$Style.TRANSLATE:Landroid/graphics/PathDashPathEffect$Style;
         1: .line 23
            new android.graphics.PathDashPathEffect$Style
            dup
            ldc "ROTATE"
            iconst_1
            iconst_1
            invokespecial android.graphics.PathDashPathEffect$Style.<init>:(Ljava/lang/String;II)V
            putstatic android.graphics.PathDashPathEffect$Style.ROTATE:Landroid/graphics/PathDashPathEffect$Style;
         2: .line 24
            new android.graphics.PathDashPathEffect$Style
            dup
            ldc "MORPH"
            iconst_2
            iconst_2
            invokespecial android.graphics.PathDashPathEffect$Style.<init>:(Ljava/lang/String;II)V
            putstatic android.graphics.PathDashPathEffect$Style.MORPH:Landroid/graphics/PathDashPathEffect$Style;
         3: .line 21
            iconst_3
            anewarray android.graphics.PathDashPathEffect$Style
            dup
            iconst_0
            getstatic android.graphics.PathDashPathEffect$Style.TRANSLATE:Landroid/graphics/PathDashPathEffect$Style;
            aastore
            dup
            iconst_1
            getstatic android.graphics.PathDashPathEffect$Style.ROTATE:Landroid/graphics/PathDashPathEffect$Style;
            aastore
            dup
            iconst_2
            getstatic android.graphics.PathDashPathEffect$Style.MORPH:Landroid/graphics/PathDashPathEffect$Style;
            aastore
            putstatic android.graphics.PathDashPathEffect$Style.ENUM$VALUES:[Landroid/graphics/PathDashPathEffect$Style;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.PathDashPathEffect$Style this
        start local 3 // int value
         0: .line 26
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 27
            aload 0 /* this */
            iload 3 /* value */
            putfield android.graphics.PathDashPathEffect$Style.native_style:I
         2: .line 28
            return
        end local 3 // int value
        end local 0 // android.graphics.PathDashPathEffect$Style this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/graphics/PathDashPathEffect$Style;
            0    3     3  value  I
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      value          

  public static android.graphics.PathDashPathEffect$Style[] values();
    descriptor: ()[Landroid/graphics/PathDashPathEffect$Style;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic android.graphics.PathDashPathEffect$Style.ENUM$VALUES:[Landroid/graphics/PathDashPathEffect$Style;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray android.graphics.PathDashPathEffect$Style
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static android.graphics.PathDashPathEffect$Style valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/graphics/PathDashPathEffect$Style;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Landroid/graphics/PathDashPathEffect$Style;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast android.graphics.PathDashPathEffect$Style
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Landroid/graphics/PathDashPathEffect$Style;>;
SourceFile: "PathDashPathEffect.java"
NestHost: android.graphics.PathDashPathEffect
InnerClasses:
  public final Style = android.graphics.PathDashPathEffect$Style of android.graphics.PathDashPathEffect