public interface com.oracle.truffle.api.debug.DebugContextsListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.debug.DebugContextsListener
  super_class: java.lang.Object
{
  public abstract void contextCreated(com.oracle.truffle.api.debug.DebugContext);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      context  

  public abstract void languageContextCreated(com.oracle.truffle.api.debug.DebugContext, com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      context   
      language  

  public abstract void languageContextInitialized(com.oracle.truffle.api.debug.DebugContext, com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      context   
      language  

  public abstract void languageContextFinalized(com.oracle.truffle.api.debug.DebugContext, com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      context   
      language  

  public abstract void languageContextDisposed(com.oracle.truffle.api.debug.DebugContext, com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      context   
      language  

  public abstract void contextClosed(com.oracle.truffle.api.debug.DebugContext);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "DebugContextsListener.java"