class com.oracle.truffle.api.debug.test.DebuggerContextsTest$ContextEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.debug.test.DebuggerContextsTest$ContextEvent
  super_class: java.lang.Object
{
  final boolean created;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final com.oracle.truffle.api.debug.DebugContext context;
    descriptor: Lcom/oracle/truffle/api/debug/DebugContext;
    flags: (0x0010) ACC_FINAL

  final com.oracle.truffle.api.nodes.LanguageInfo language;
    descriptor: Lcom/oracle/truffle/api/nodes/LanguageInfo;
    flags: (0x0010) ACC_FINAL

  final boolean languageInitialized;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final boolean languageFinalized;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  void <init>(boolean, com.oracle.truffle.api.debug.DebugContext, com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (ZLcom/oracle/truffle/api/debug/DebugContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.debug.test.DebuggerContextsTest$ContextEvent this
        start local 1 // boolean created
        start local 2 // com.oracle.truffle.api.debug.DebugContext context
        start local 3 // com.oracle.truffle.api.nodes.LanguageInfo language
         0: .line 304
            aload 0 /* this */
            iload 1 /* created */
            aload 2 /* context */
            aload 3 /* language */
            iconst_0
            iconst_0
            invokespecial com.oracle.truffle.api.debug.test.DebuggerContextsTest$ContextEvent.<init>:(ZLcom/oracle/truffle/api/debug/DebugContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;ZZ)V
         1: .line 305
            return
        end local 3 // com.oracle.truffle.api.nodes.LanguageInfo language
        end local 2 // com.oracle.truffle.api.debug.DebugContext context
        end local 1 // boolean created
        end local 0 // com.oracle.truffle.api.debug.test.DebuggerContextsTest$ContextEvent this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/api/debug/test/DebuggerContextsTest$ContextEvent;
            0    2     1   created  Z
            0    2     2   context  Lcom/oracle/truffle/api/debug/DebugContext;
            0    2     3  language  Lcom/oracle/truffle/api/nodes/LanguageInfo;
    MethodParameters:
          Name  Flags
      created   
      context   
      language  

  void <init>(boolean, com.oracle.truffle.api.debug.DebugContext, com.oracle.truffle.api.nodes.LanguageInfo, boolean, boolean);
    descriptor: (ZLcom/oracle/truffle/api/debug/DebugContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;ZZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.oracle.truffle.api.debug.test.DebuggerContextsTest$ContextEvent this
        start local 1 // boolean created
        start local 2 // com.oracle.truffle.api.debug.DebugContext context
        start local 3 // com.oracle.truffle.api.nodes.LanguageInfo language
        start local 4 // boolean languageInitialized
        start local 5 // boolean languageFinalized
         0: .line 307
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 308
            aload 0 /* this */
            iload 1 /* created */
            putfield com.oracle.truffle.api.debug.test.DebuggerContextsTest$ContextEvent.created:Z
         2: .line 309
            aload 0 /* this */
            aload 2 /* context */
            putfield com.oracle.truffle.api.debug.test.DebuggerContextsTest$ContextEvent.context:Lcom/oracle/truffle/api/debug/DebugContext;
         3: .line 310
            aload 0 /* this */
            aload 3 /* language */
            putfield com.oracle.truffle.api.debug.test.DebuggerContextsTest$ContextEvent.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
         4: .line 311
            aload 0 /* this */
            iload 4 /* languageInitialized */
            putfield com.oracle.truffle.api.debug.test.DebuggerContextsTest$ContextEvent.languageInitialized:Z
         5: .line 312
            aload 0 /* this */
            iload 5 /* languageFinalized */
            putfield com.oracle.truffle.api.debug.test.DebuggerContextsTest$ContextEvent.languageFinalized:Z
         6: .line 313
            return
        end local 5 // boolean languageFinalized
        end local 4 // boolean languageInitialized
        end local 3 // com.oracle.truffle.api.nodes.LanguageInfo language
        end local 2 // com.oracle.truffle.api.debug.DebugContext context
        end local 1 // boolean created
        end local 0 // com.oracle.truffle.api.debug.test.DebuggerContextsTest$ContextEvent this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    7     0                 this  Lcom/oracle/truffle/api/debug/test/DebuggerContextsTest$ContextEvent;
            0    7     1              created  Z
            0    7     2              context  Lcom/oracle/truffle/api/debug/DebugContext;
            0    7     3             language  Lcom/oracle/truffle/api/nodes/LanguageInfo;
            0    7     4  languageInitialized  Z
            0    7     5    languageFinalized  Z
    MethodParameters:
                     Name  Flags
      created              
      context              
      language             
      languageInitialized  
      languageFinalized    
}
SourceFile: "DebuggerContextsTest.java"
NestHost: com.oracle.truffle.api.debug.test.DebuggerContextsTest
InnerClasses:
  private ContextEvent = com.oracle.truffle.api.debug.test.DebuggerContextsTest$ContextEvent of com.oracle.truffle.api.debug.test.DebuggerContextsTest