public class android.text.style.EasyEditSpan implements android.text.ParcelableSpan
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.text.style.EasyEditSpan
  super_class: java.lang.Object
{
  public static final java.lang.String EXTRA_TEXT_CHANGED_TYPE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.text.style.EXTRA_TEXT_CHANGED_TYPE"

  public static final int TEXT_DELETED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int TEXT_MODIFIED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private final android.app.PendingIntent mPendingIntent;
    descriptor: Landroid/app/PendingIntent;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean mDeleteEnabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.text.style.EasyEditSpan this
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 0 /* this */
            aconst_null
            putfield android.text.style.EasyEditSpan.mPendingIntent:Landroid/app/PendingIntent;
         2: .line 67
            aload 0 /* this */
            iconst_1
            putfield android.text.style.EasyEditSpan.mDeleteEnabled:Z
         3: .line 68
            return
        end local 0 // android.text.style.EasyEditSpan this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/text/style/EasyEditSpan;

  public void <init>(android.app.PendingIntent);
    descriptor: (Landroid/app/PendingIntent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.text.style.EasyEditSpan this
        start local 1 // android.app.PendingIntent pendingIntent
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            aload 1 /* pendingIntent */
            putfield android.text.style.EasyEditSpan.mPendingIntent:Landroid/app/PendingIntent;
         2: .line 77
            aload 0 /* this */
            iconst_1
            putfield android.text.style.EasyEditSpan.mDeleteEnabled:Z
         3: .line 78
            return
        end local 1 // android.app.PendingIntent pendingIntent
        end local 0 // android.text.style.EasyEditSpan this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Landroid/text/style/EasyEditSpan;
            0    4     1  pendingIntent  Landroid/app/PendingIntent;
    MethodParameters:
               Name  Flags
      pendingIntent  

  public void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.text.style.EasyEditSpan this
        start local 1 // android.os.Parcel source
         0: .line 83
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 84
            aload 0 /* this */
            aload 1 /* source */
            aconst_null
            invokevirtual android.os.Parcel.readParcelable:(Ljava/lang/ClassLoader;)Landroid/os/Parcelable;
            checkcast android.app.PendingIntent
            putfield android.text.style.EasyEditSpan.mPendingIntent:Landroid/app/PendingIntent;
         2: .line 85
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readByte:()B
            iconst_1
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals: android.text.style.EasyEditSpan android.os.Parcel
      StackMap stack: android.text.style.EasyEditSpan
         3: iconst_0
      StackMap locals: android.text.style.EasyEditSpan android.os.Parcel
      StackMap stack: android.text.style.EasyEditSpan int
         4: putfield android.text.style.EasyEditSpan.mDeleteEnabled:Z
         5: .line 86
            return
        end local 1 // android.os.Parcel source
        end local 0 // android.text.style.EasyEditSpan this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Landroid/text/style/EasyEditSpan;
            0    6     1  source  Landroid/os/Parcel;
    MethodParameters:
        Name  Flags
      source  

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.text.style.EasyEditSpan this
         0: .line 90
            iconst_0
            ireturn
        end local 0 // android.text.style.EasyEditSpan this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/text/style/EasyEditSpan;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.text.style.EasyEditSpan this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 95
            aload 0 /* this */
            aload 1 /* dest */
            iload 2 /* flags */
            invokevirtual android.text.style.EasyEditSpan.writeToParcelInternal:(Landroid/os/Parcel;I)V
         1: .line 96
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.text.style.EasyEditSpan this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/text/style/EasyEditSpan;
            0    2     1   dest  Landroid/os/Parcel;
            0    2     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  public void writeToParcelInternal(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.text.style.EasyEditSpan this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 100
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.text.style.EasyEditSpan.mPendingIntent:Landroid/app/PendingIntent;
            iconst_0
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
         1: .line 101
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.text.style.EasyEditSpan.mDeleteEnabled:Z
            ifeq 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack: android.os.Parcel
         2: iconst_0
      StackMap locals: android.text.style.EasyEditSpan android.os.Parcel int
      StackMap stack: android.os.Parcel int
         3: i2b
            invokevirtual android.os.Parcel.writeByte:(B)V
         4: .line 102
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.text.style.EasyEditSpan this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/text/style/EasyEditSpan;
            0    5     1   dest  Landroid/os/Parcel;
            0    5     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  public int getSpanTypeId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.text.style.EasyEditSpan this
         0: .line 106
            aload 0 /* this */
            invokevirtual android.text.style.EasyEditSpan.getSpanTypeIdInternal:()I
            ireturn
        end local 0 // android.text.style.EasyEditSpan this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/text/style/EasyEditSpan;

  public int getSpanTypeIdInternal();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.text.style.EasyEditSpan this
         0: .line 111
            bipush 22
            ireturn
        end local 0 // android.text.style.EasyEditSpan this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/text/style/EasyEditSpan;

  public boolean isDeleteEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.text.style.EasyEditSpan this
         0: .line 120
            aload 0 /* this */
            getfield android.text.style.EasyEditSpan.mDeleteEnabled:Z
            ireturn
        end local 0 // android.text.style.EasyEditSpan this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/text/style/EasyEditSpan;

  public void setDeleteEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.text.style.EasyEditSpan this
        start local 1 // boolean value
         0: .line 129
            aload 0 /* this */
            iload 1 /* value */
            putfield android.text.style.EasyEditSpan.mDeleteEnabled:Z
         1: .line 130
            return
        end local 1 // boolean value
        end local 0 // android.text.style.EasyEditSpan this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/text/style/EasyEditSpan;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public android.app.PendingIntent getPendingIntent();
    descriptor: ()Landroid/app/PendingIntent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.text.style.EasyEditSpan this
         0: .line 138
            aload 0 /* this */
            getfield android.text.style.EasyEditSpan.mPendingIntent:Landroid/app/PendingIntent;
            areturn
        end local 0 // android.text.style.EasyEditSpan this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/text/style/EasyEditSpan;
}
SourceFile: "EasyEditSpan.java"