interface android.widget.Editor$TextActionMode extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2600) ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: android.widget.Editor$TextActionMode
  super_class: java.lang.Object
{
  public static final int SELECTION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

  public static final int TEXT_LINK;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2
}
SourceFile: "Editor.java"
NestHost: android.widget.Editor
InnerClasses:
  abstract TextActionMode = android.widget.Editor$TextActionMode of android.widget.Editor