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

  private final java.util.concurrent.atomic.AtomicInteger val$onNodeCreateCalls;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.concurrent.atomic.AtomicInteger val$onNodeEnterCalls;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.instrumentation.test.InstrumentationTest, java.util.concurrent.atomic.AtomicInteger, java.util.concurrent.atomic.AtomicInteger);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest;Ljava/util/concurrent/atomic/AtomicInteger;Ljava/util/concurrent/atomic/AtomicInteger;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$12 this
         0: .line 1563
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$12.this$0:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$12.val$onNodeCreateCalls:Ljava/util/concurrent/atomic/AtomicInteger;
            aload 0 /* this */
            aload 3
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$12.val$onNodeEnterCalls:Ljava/util/concurrent/atomic/AtomicInteger;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$12 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$12;
    MethodParameters:
                       Name  Flags
      this$0                 final
      val$onNodeCreateCalls  final
      val$onNodeEnterCalls   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=4, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$12 this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext ctx
         0: .line 1566
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$12.val$onNodeCreateCalls:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            pop
         1: .line 1567
            aload 1 /* ctx */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            ldc "EXPRESSION"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            istore 2 /* isExpression */
        start local 2 // boolean isExpression
         2: .line 1568
            iload 2 /* isExpression */
            ifeq 4
         3: .line 1569
            aconst_null
            areturn
         4: .line 1571
      StackMap locals: int
      StackMap stack:
            new com.oracle.truffle.api.instrumentation.test.InstrumentationTest$12$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$12.val$onNodeEnterCalls:Ljava/util/concurrent/atomic/AtomicInteger;
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTest$12$1.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$12;Ljava/util/concurrent/atomic/AtomicInteger;)V
            areturn
        end local 2 // boolean isExpression
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext ctx
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$12 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$12;
            0    5     1           ctx  Lcom/oracle/truffle/api/instrumentation/EventContext;
            2    5     2  isExpression  Z
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "InstrumentationTest.java"
EnclosingMethod: com.oracle.truffle.api.instrumentation.test.InstrumentationTest.testNullEventNode:()V
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTest
InnerClasses:
  com.oracle.truffle.api.instrumentation.test.InstrumentationTest$12
  com.oracle.truffle.api.instrumentation.test.InstrumentationTest$12$1