class com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1 implements com.oracle.truffle.api.instrumentation.ExecutionEventNodeFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1
  super_class: java.lang.Object
{
  final com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument this$1;
    descriptor: Lcom/oracle/truffle/js/test/debug/ParseInlineTest$ParseInlineInstrument;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.oracle.truffle.api.instrumentation.TruffleInstrument$Env val$env;
    descriptor: Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$Tester val$tester;
    descriptor: Lcom/oracle/truffle/js/test/debug/ParseInlineTest$ParseInlineInstrument$Tester;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument, com.oracle.truffle.api.instrumentation.TruffleInstrument$Env, com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$Tester);
    descriptor: (Lcom/oracle/truffle/js/test/debug/ParseInlineTest$ParseInlineInstrument;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;Lcom/oracle/truffle/js/test/debug/ParseInlineTest$ParseInlineInstrument$Tester;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1 this
         0: .line 73
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1.this$1:Lcom/oracle/truffle/js/test/debug/ParseInlineTest$ParseInlineInstrument;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1.val$env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            aload 0 /* this */
            aload 3
            putfield com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1.val$tester:Lcom/oracle/truffle/js/test/debug/ParseInlineTest$ParseInlineInstrument$Tester;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/debug/ParseInlineTest$ParseInlineInstrument$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$env     final
      val$tester  final

  public com.oracle.truffle.api.instrumentation.ExecutionEventNode create(com.oracle.truffle.api.instrumentation.EventContext);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;)Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1 this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext eventContext
         0: .line 76
            new com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1$1
            dup
            aload 0 /* this */
            aload 1 /* eventContext */
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1.val$env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1.val$tester:Lcom/oracle/truffle/js/test/debug/ParseInlineTest$ParseInlineInstrument$Tester;
            invokespecial com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1$1.<init>:(Lcom/oracle/truffle/js/test/debug/ParseInlineTest$ParseInlineInstrument$1;Lcom/oracle/truffle/api/instrumentation/EventContext;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;Lcom/oracle/truffle/js/test/debug/ParseInlineTest$ParseInlineInstrument$Tester;)V
            areturn
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext eventContext
        end local 0 // com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/oracle/truffle/js/test/debug/ParseInlineTest$ParseInlineInstrument$1;
            0    1     1  eventContext  Lcom/oracle/truffle/api/instrumentation/EventContext;
    MethodParameters:
              Name  Flags
      eventContext  final
}
SourceFile: "ParseInlineTest.java"
EnclosingMethod: com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument.onCreate:(Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
NestHost: com.oracle.truffle.js.test.debug.ParseInlineTest
InnerClasses:
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  public ParseInlineInstrument = com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument of com.oracle.truffle.js.test.debug.ParseInlineTest
  com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1
  com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1$1
  Tester = com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$Tester of com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument