public interface com.googlecode.lanterna.input.KeyDecodingProfile
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.googlecode.lanterna.input.KeyDecodingProfile
  super_class: java.lang.Object
{
  public static final char ESC_CODE;
    descriptor: C
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 27

  public abstract java.util.Collection<com.googlecode.lanterna.input.CharacterPattern> getPatterns();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Collection<Lcom/googlecode/lanterna/input/CharacterPattern;>;
}
SourceFile: "KeyDecodingProfile.java"