public class com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument 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.VariablesScopeTest$TestScopeInstrument
  super_class: com.oracle.truffle.api.instrumentation.TruffleInstrument
{
  static com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument INSTANCE;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestScopeInstrument;
    flags: (0x0008) ACC_STATIC

  private com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument$Tester tester;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestScopeInstrument$Tester;
    flags: (0x0002) ACC_PRIVATE

  private boolean scopeTested;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Throwable failure;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument this
         0: .line 117
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.TruffleInstrument.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestScopeInstrument;

  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.VariablesScopeTest$TestScopeInstrument this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 127
            aload 0 /* this */
            putstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument.INSTANCE:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestScopeInstrument;
         1: .line 128
            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
            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;
            new com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument$1
            dup
            aload 0 /* this */
            aload 1 /* env */
            invokespecial com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument$1.<init>:(Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestScopeInstrument;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)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
         2: .line 154
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestScopeInstrument;
            0    3     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   

  void setTester(com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument$Tester);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestScopeInstrument$Tester;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument this
        start local 1 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument$Tester tester
         0: .line 157
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument.scopeTested:Z
         1: .line 158
            aload 0 /* this */
            aload 1 /* tester */
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument.tester:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestScopeInstrument$Tester;
         2: .line 159
            return
        end local 1 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument$Tester tester
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestScopeInstrument;
            0    3     1  tester  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestScopeInstrument$Tester;
    MethodParameters:
        Name  Flags
      tester  

  void checkForFailure();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument this
         0: .line 162
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument.tester:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestScopeInstrument$Tester;
         1: .line 163
            ldc "Scope instrument not triggered"
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument.scopeTested:Z
            invokestatic org.junit.Assert.assertTrue:(Ljava/lang/String;Z)V
         2: .line 164
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument.failure:Ljava/lang/Throwable;
            ifnull 4
         3: .line 165
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument.failure:Ljava/lang/Throwable;
            athrow
         4: .line 167
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestScopeInstrument;
    Exceptions:
      throws java.lang.Throwable
}
SourceFile: "VariablesScopeTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.VariablesScopeTest
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 TestScopeInstrument = com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument of com.oracle.truffle.api.instrumentation.test.VariablesScopeTest
  com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument$1
  abstract Tester = com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument$Tester of com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestScopeInstrument
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration(id = "testVariablesScopeInstrument", services = {Ljava/lang/Object;})