public class com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1 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.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1
  super_class: com.oracle.truffle.api.instrumentation.TruffleInstrument
{
  java.util.List<com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent> onlyNewEvents;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;>;

  java.util.List<com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent> allEvents;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;>;

  java.util.List<com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent> onlyStatements;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;>;

  java.util.List<com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent> onlyExpressions;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;>;

  com.oracle.truffle.api.instrumentation.Instrumenter instrumenter;
    descriptor: Lcom/oracle/truffle/api/instrumentation/Instrumenter;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1 this
         0: .line 204
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.TruffleInstrument.<init>:()V
         1: .line 205
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1.onlyNewEvents:Ljava/util/List;
         2: .line 206
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1.allEvents:Ljava/util/List;
         3: .line 207
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1.onlyStatements:Ljava/util/List;
         4: .line 208
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1.onlyExpressions:Ljava/util/List;
         5: .line 209
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1.instrumenter:Lcom/oracle/truffle/api/instrumentation/Instrumenter;
         6: .line 204
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSection1;

  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=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1 this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 213
            aload 0 /* this */
            aload 1 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            putfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1.instrumenter:Lcom/oracle/truffle/api/instrumentation/Instrumenter;
         1: .line 214
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1.instrumenter:Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            getstatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.ANY:Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            new com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1.allEvents:Ljava/util/List;
            invokespecial com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener.<init>:(Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSection1;Ljava/util/List;)V
            iconst_1
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachLoadSourceSectionListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
         2: .line 215
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1.instrumenter:Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            getstatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.ANY:Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
         3: .line 216
            new com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1.onlyNewEvents:Ljava/util/List;
            invokespecial com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener.<init>:(Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSection1;Ljava/util/List;)V
            iconst_0
         4: .line 215
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachLoadSourceSectionListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
         5: .line 217
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1.instrumenter:Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$StatementTag;
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.tagIs:([Ljava/lang/Class;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
         6: .line 218
            new com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1.onlyStatements:Ljava/util/List;
            invokespecial com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener.<init>:(Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSection1;Ljava/util/List;)V
            iconst_1
         7: .line 217
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachLoadSourceSectionListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
         8: .line 219
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1.instrumenter:Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage.EXPRESSION:Ljava/lang/Class;
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.tagIs:([Ljava/lang/Class;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
         9: .line 220
            new com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1.onlyExpressions:Ljava/util/List;
            invokespecial com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener.<init>:(Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSection1;Ljava/util/List;)V
            iconst_1
        10: .line 219
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachLoadSourceSectionListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
        11: .line 222
            aload 1 /* env */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.registerService:(Ljava/lang/Object;)V
        12: .line 223
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSection1;
            0   13     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   

  private java.util.List<com.oracle.truffle.api.source.SourceSection> query(com.oracle.truffle.api.instrumentation.SourceSectionFilter);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1 this
        start local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
         0: .line 239
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1.instrumenter:Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            aload 1 /* filter */
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.querySourceSections:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;)Ljava/util/List;
            areturn
        end local 1 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        end local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSection1;
            0    1     1  filter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
    Signature: (Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;)Ljava/util/List<Lcom/oracle/truffle/api/source/SourceSection;>;
    MethodParameters:
        Name  Flags
      filter  
}
SourceFile: "SourceSectionListenerTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest
InnerClasses:
  public final Builder = com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder of com.oracle.truffle.api.instrumentation.SourceSectionFilter
  public final StatementTag = com.oracle.truffle.api.instrumentation.StandardTags$StatementTag of com.oracle.truffle.api.instrumentation.StandardTags
  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 TestLoadSourceSection1 = com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1 of com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest
  private SourceSectionListener = com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1$SourceSectionListener of com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$TestLoadSourceSection1
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration(id = "testLoadSourceSection1", services = {Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$TestLoadSourceSection1;, Ljava/lang/Object;})