class com.oracle.truffle.api.instrumentation.test.InstrumentationTest$5 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$5
  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

  void <init>(com.oracle.truffle.api.instrumentation.test.InstrumentationTest);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$5 this
         0: .line 874
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$5.this$0:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$5;
    MethodParameters:
        Name  Flags
      this$0  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$5 this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext ctx
         0: .line 878
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$5.this$0:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest;
            invokestatic com.oracle.truffle.api.instrumentation.test.InstrumentationTest.access$0:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest;)Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
         1: .line 879
            ldc "testNoParseInline-lang"
            ldc "EXPRESSION"
            aconst_null
            invokestatic com.oracle.truffle.api.source.Source.newBuilder:(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)Lcom/oracle/truffle/api/source/Source$LiteralBuilder;
            invokevirtual com.oracle.truffle.api.source.Source$LiteralBuilder.build:()Lcom/oracle/truffle/api/source/Source;
         2: .line 880
            aload 1 /* ctx */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedNode:()Lcom/oracle/truffle/api/nodes/Node;
            aconst_null
         3: .line 878
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.parseInline:(Lcom/oracle/truffle/api/source/Source;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/frame/MaterializedFrame;)Lcom/oracle/truffle/api/nodes/ExecutableNode;
            astore 2 /* parsedNode */
        start local 2 // com.oracle.truffle.api.nodes.ExecutableNode parsedNode
         4: .line 881
            aload 2 /* parsedNode */
            invokestatic org.junit.Assert.assertNull:(Ljava/lang/Object;)V
         5: .line 882
            new com.oracle.truffle.api.instrumentation.test.InstrumentationTest$5$1
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTest$5$1.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$5;)V
            areturn
        end local 2 // com.oracle.truffle.api.nodes.ExecutableNode parsedNode
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext ctx
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$5 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$5;
            0    6     1         ctx  Lcom/oracle/truffle/api/instrumentation/EventContext;
            4    6     2  parsedNode  Lcom/oracle/truffle/api/nodes/ExecutableNode;
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "InstrumentationTest.java"
EnclosingMethod: com.oracle.truffle.api.instrumentation.test.InstrumentationTest.testParseInlineDefault:()V
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTest
InnerClasses:
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  com.oracle.truffle.api.instrumentation.test.InstrumentationTest$5
  com.oracle.truffle.api.instrumentation.test.InstrumentationTest$5$1
  public final LiteralBuilder = com.oracle.truffle.api.source.Source$LiteralBuilder of com.oracle.truffle.api.source.Source