public interface sun.text.normalizer.SymbolTable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.text.normalizer.SymbolTable
  super_class: java.lang.Object
{
  public static final char SYMBOL_REF;
    descriptor: C
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 36
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract char[] lookup(java.lang.String);
    descriptor: (Ljava/lang/String;)[C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      s     

  public abstract sun.text.normalizer.UnicodeMatcher lookupMatcher(int);
    descriptor: (I)Lsun/text/normalizer/UnicodeMatcher;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      ch    

  public abstract java.lang.String parseReference(java.lang.String, java.text.ParsePosition, int);
    descriptor: (Ljava/lang/String;Ljava/text/ParsePosition;I)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      text   
      pos    
      limit  
}
SourceFile: "SymbolTable.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()