public interface com.sun.tools.javac.util.Context$Factory<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.tools.javac.util.Context$Factory
  super_class: java.lang.Object
{
  public abstract T make(com.sun.tools.javac.util.Context);
    descriptor: (Lcom/sun/tools/javac/util/Context;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/sun/tools/javac/util/Context;)TT;
    MethodParameters:
      Name  Flags
      c     
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Context.java"
NestHost: com.sun.tools.javac.util.Context
InnerClasses:
  public abstract Factory = com.sun.tools.javac.util.Context$Factory of com.sun.tools.javac.util.Context