final class com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestEnvParseInline extends com.oracle.truffle.api.test.polyglot.ProxyInstrument
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestEnvParseInline
  super_class: com.oracle.truffle.api.test.polyglot.ProxyInstrument
{
  int onExpression;
    descriptor: I
    flags: (0x0000) 

  int onStatement;
    descriptor: I
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestEnvParseInline this
         0: .line 725
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyInstrument.<init>:()V
         1: .line 727
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestEnvParseInline.onExpression:I
         2: .line 728
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestEnvParseInline.onStatement:I
         3: .line 725
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestEnvParseInline this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$TestEnvParseInline;

  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.InstrumentationTest$TestEnvParseInline this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 733
            aload 0 /* this */
            aload 1 /* env */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyInstrument.onCreate:(Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
         1: .line 734
            aload 1 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()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.STATEMENT: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;
            new com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestEnvParseInline$1
            dup
            aload 0 /* this */
            aload 1 /* env */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestEnvParseInline$1.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$TestEnvParseInline;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
            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
         2: .line 816
            aload 1 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()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;
            new com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestEnvParseInline$2
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestEnvParseInline$2.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$TestEnvParseInline;)V
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
         3: .line 832
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestEnvParseInline this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$TestEnvParseInline;
            0    4     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   final
}
SourceFile: "InstrumentationTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTest
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
  private final TestEnvParseInline = com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestEnvParseInline of com.oracle.truffle.api.instrumentation.test.InstrumentationTest
  com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestEnvParseInline$1
  com.oracle.truffle.api.instrumentation.test.InstrumentationTest$TestEnvParseInline$2