public class com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument extends com.oracle.truffle.api.instrumentation.TruffleInstrument
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument
  super_class: com.oracle.truffle.api.instrumentation.TruffleInstrument
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument this
         0: .line 66
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.TruffleInstrument.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/debug/ParseInlineTest$ParseInlineInstrument;

  protected void onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 70
            new com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$Tester
            dup
            invokespecial com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$Tester.<init>:()V
            astore 2 /* tester */
        start local 2 // com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$Tester tester
         1: .line 71
            aload 1 /* env */
            aload 2 /* tester */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.registerService:(Ljava/lang/Object;)V
         2: .line 73
            new com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1
            dup
            aload 0 /* this */
            aload 1 /* env */
            aload 2 /* tester */
            invokespecial com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$1.<init>:(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
            astore 3 /* eenf */
        start local 3 // com.oracle.truffle.api.instrumentation.ExecutionEventNodeFactory eenf
         3: .line 97
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            ldc "Filter"
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic test(Ljava/lang/String;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  java/lang/String.equals(Ljava/lang/Object;)Z (5)
                  (Ljava/lang/String;)Z
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.rootNameIs:(Ljava/util/function/Predicate;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_3
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.lineIs:(I)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            astore 4 /* filter */
        start local 4 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
         4: .line 98
            aload 1 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            aload 4 /* filter */
            aload 3 /* eenf */
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventFactory:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventNodeFactory;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
         5: .line 99
            return
        end local 4 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        end local 3 // com.oracle.truffle.api.instrumentation.ExecutionEventNodeFactory eenf
        end local 2 // com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$Tester tester
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/oracle/truffle/js/test/debug/ParseInlineTest$ParseInlineInstrument;
            0    6     1     env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            1    6     2  tester  Lcom/oracle/truffle/js/test/debug/ParseInlineTest$ParseInlineInstrument$Tester;
            3    6     3    eenf  Lcom/oracle/truffle/api/instrumentation/ExecutionEventNodeFactory;
            4    6     4  filter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
    MethodParameters:
      Name  Flags
      env   
}
SourceFile: "ParseInlineTest.java"
NestHost: com.oracle.truffle.js.test.debug.ParseInlineTest
InnerClasses:
  public final Builder = com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder of com.oracle.truffle.api.instrumentation.SourceSectionFilter
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  public abstract Registration = com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration 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
  Tester = com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument$Tester of com.oracle.truffle.js.test.debug.ParseInlineTest$ParseInlineInstrument
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration(name = "", version = "", id = "testParseInline", services = {Lcom/oracle/truffle/js/test/debug/ParseInlineTest$ParseInlineInstrument$Tester;})