abstract class android.animation.PathKeyframes$SimpleKeyframes implements android.animation.Keyframes
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: android.animation.PathKeyframes$SimpleKeyframes
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.animation.PathKeyframes$SimpleKeyframes this
         0: .line 207
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.animation.PathKeyframes$SimpleKeyframes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/animation/PathKeyframes$SimpleKeyframes;

  public void setEvaluator(android.animation.TypeEvaluator);
    descriptor: (Landroid/animation/TypeEvaluator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.animation.PathKeyframes$SimpleKeyframes this
        start local 1 // android.animation.TypeEvaluator evaluator
         0: .line 210
            return
        end local 1 // android.animation.TypeEvaluator evaluator
        end local 0 // android.animation.PathKeyframes$SimpleKeyframes this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Landroid/animation/PathKeyframes$SimpleKeyframes;
            0    1     1  evaluator  Landroid/animation/TypeEvaluator;
    MethodParameters:
           Name  Flags
      evaluator  

  public java.util.ArrayList<android.animation.Keyframe> getKeyframes();
    descriptor: ()Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.animation.PathKeyframes$SimpleKeyframes this
         0: .line 214
            getstatic android.animation.PathKeyframes.EMPTY_KEYFRAMES:Ljava/util/ArrayList;
            areturn
        end local 0 // android.animation.PathKeyframes$SimpleKeyframes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/animation/PathKeyframes$SimpleKeyframes;
    Signature: ()Ljava/util/ArrayList<Landroid/animation/Keyframe;>;

  public android.animation.Keyframes clone();
    descriptor: ()Landroid/animation/Keyframes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // android.animation.PathKeyframes$SimpleKeyframes this
         0: .line 219
            aconst_null
            astore 1 /* clone */
        start local 1 // android.animation.Keyframes clone
         1: .line 221
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast android.animation.Keyframes
            astore 1 /* clone */
         2: .line 222
            goto 4
      StackMap locals: android.animation.PathKeyframes$SimpleKeyframes android.animation.Keyframes
      StackMap stack: java.lang.CloneNotSupportedException
         3: pop
         4: .line 223
      StackMap locals:
      StackMap stack:
            aload 1 /* clone */
            areturn
        end local 1 // android.animation.Keyframes clone
        end local 0 // android.animation.PathKeyframes$SimpleKeyframes this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/animation/PathKeyframes$SimpleKeyframes;
            1    5     1  clone  Landroid/animation/Keyframes;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.CloneNotSupportedException

  public java.util.List getKeyframes();
    descriptor: ()Ljava/util/List;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual android.animation.PathKeyframes$SimpleKeyframes.getKeyframes:()Ljava/util/ArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual android.animation.PathKeyframes$SimpleKeyframes.clone:()Landroid/animation/Keyframes;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "PathKeyframes.java"
NestHost: android.animation.PathKeyframes
InnerClasses:
  private abstract SimpleKeyframes = android.animation.PathKeyframes$SimpleKeyframes of android.animation.PathKeyframes