class com.oracle.truffle.js.test.instrumentation.FullExecutionTracerInstrument$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.instrumentation.FullExecutionTracerInstrument$1
  super_class: java.lang.Object
{
  private int depth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.instrumentation.FullExecutionTracerInstrument$1 this
         0: .line 111
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 113
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.js.test.instrumentation.FullExecutionTracerInstrument$1.depth:I
         2: .line 111
            return
        end local 0 // com.oracle.truffle.js.test.instrumentation.FullExecutionTracerInstrument$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/js/test/instrumentation/FullExecutionTracerInstrument$1;

  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=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.instrumentation.FullExecutionTracerInstrument$1 this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext c
         0: .line 117
            new com.oracle.truffle.js.test.instrumentation.FullExecutionTracerInstrument$1$1
            dup
            aload 0 /* this */
            aload 1 /* c */
            invokespecial com.oracle.truffle.js.test.instrumentation.FullExecutionTracerInstrument$1$1.<init>:(Lcom/oracle/truffle/js/test/instrumentation/FullExecutionTracerInstrument$1;Lcom/oracle/truffle/api/instrumentation/EventContext;)V
            areturn
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext c
        end local 0 // com.oracle.truffle.js.test.instrumentation.FullExecutionTracerInstrument$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/instrumentation/FullExecutionTracerInstrument$1;
            0    1     1     c  Lcom/oracle/truffle/api/instrumentation/EventContext;
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "FullExecutionTracerInstrument.java"
EnclosingMethod: com.oracle.truffle.js.test.instrumentation.FullExecutionTracerInstrument.getFactory:()Lcom/oracle/truffle/api/instrumentation/ExecutionEventNodeFactory;
NestHost: com.oracle.truffle.js.test.instrumentation.FullExecutionTracerInstrument
InnerClasses:
  com.oracle.truffle.js.test.instrumentation.FullExecutionTracerInstrument$1
  com.oracle.truffle.js.test.instrumentation.FullExecutionTracerInstrument$1$1