public class android.graphics.DrawFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.graphics.DrawFilter
  super_class: java.lang.Object
{
  public long mNativeInt;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.DrawFilter this
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.graphics.DrawFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/DrawFilter;

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.graphics.DrawFilter this
         0: .line 35
            aload 0 /* this */
            getfield android.graphics.DrawFilter.mNativeInt:J
            invokestatic android.graphics.DrawFilter.nativeDestructor:(J)V
         1: .line 36
            aload 0 /* this */
            lconst_0
            putfield android.graphics.DrawFilter.mNativeInt:J
         2: .line 37
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1
         4: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
         5: .line 39
            aload 1
            athrow
         6: .line 38
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
         7: .line 40
            return
        end local 0 // android.graphics.DrawFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Landroid/graphics/DrawFilter;
      Exception table:
        from    to  target  type
           0     3       3  any
    Exceptions:
      throws java.lang.Throwable

  private static native void nativeDestructor(long);
    descriptor: (J)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
                  Name  Flags
      nativeDrawFilter  
}
SourceFile: "DrawFilter.java"