public class android.graphics.ComposePathEffect extends android.graphics.PathEffect
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.graphics.ComposePathEffect
  super_class: android.graphics.PathEffect
{
  public void <init>(android.graphics.PathEffect, android.graphics.PathEffect);
    descriptor: (Landroid/graphics/PathEffect;Landroid/graphics/PathEffect;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // android.graphics.ComposePathEffect this
        start local 1 // android.graphics.PathEffect outerpe
        start local 2 // android.graphics.PathEffect innerpe
         0: .line 25
            aload 0 /* this */
            invokespecial android.graphics.PathEffect.<init>:()V
         1: .line 26
            aload 0 /* this */
            aload 1 /* outerpe */
            getfield android.graphics.PathEffect.native_instance:J
         2: .line 27
            aload 2 /* innerpe */
            getfield android.graphics.PathEffect.native_instance:J
         3: .line 26
            invokestatic android.graphics.ComposePathEffect.nativeCreate:(JJ)J
            putfield android.graphics.ComposePathEffect.native_instance:J
         4: .line 28
            return
        end local 2 // android.graphics.PathEffect innerpe
        end local 1 // android.graphics.PathEffect outerpe
        end local 0 // android.graphics.ComposePathEffect this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Landroid/graphics/ComposePathEffect;
            0    5     1  outerpe  Landroid/graphics/PathEffect;
            0    5     2  innerpe  Landroid/graphics/PathEffect;
    MethodParameters:
         Name  Flags
      outerpe  
      innerpe  

  private static native long nativeCreate(long, long);
    descriptor: (JJ)J
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
               Name  Flags
      nativeOuterpe  
      nativeInnerpe  
}
SourceFile: "ComposePathEffect.java"