public class com.oracle.truffle.api.debug.test.InstrumentLookupTest$TestAccessInstrument extends com.oracle.truffle.api.instrumentation.TruffleInstrument implements com.oracle.truffle.api.debug.test.InstrumentLookupTest$DebuggerProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.debug.test.InstrumentLookupTest$TestAccessInstrument
  super_class: com.oracle.truffle.api.instrumentation.TruffleInstrument
{
  private com.oracle.truffle.api.debug.Debugger debugger;
    descriptor: Lcom/oracle/truffle/api/debug/Debugger;
    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.debug.test.InstrumentLookupTest$TestAccessInstrument this
         0: .line 69
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.TruffleInstrument.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.debug.test.InstrumentLookupTest$TestAccessInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/test/InstrumentLookupTest$TestAccessInstrument;

  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=4, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.InstrumentLookupTest$TestAccessInstrument this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 75
            aload 1 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstruments:()Ljava/util/Map;
            ldc "debugger"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.InstrumentInfo
            astore 2 /* debuggerInfo */
        start local 2 // com.oracle.truffle.api.InstrumentInfo debuggerInfo
         1: .line 76
            aload 0 /* this */
            aload 1 /* env */
            aload 2 /* debuggerInfo */
            ldc Lcom/oracle/truffle/api/debug/Debugger;
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.lookup:(Lcom/oracle/truffle/api/InstrumentInfo;Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.debug.Debugger
            putfield com.oracle.truffle.api.debug.test.InstrumentLookupTest$TestAccessInstrument.debugger:Lcom/oracle/truffle/api/debug/Debugger;
         2: .line 77
            aload 1 /* env */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.registerService:(Ljava/lang/Object;)V
         3: .line 78
            return
        end local 2 // com.oracle.truffle.api.InstrumentInfo debuggerInfo
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.debug.test.InstrumentLookupTest$TestAccessInstrument this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/oracle/truffle/api/debug/test/InstrumentLookupTest$TestAccessInstrument;
            0    4     1           env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            1    4     2  debuggerInfo  Lcom/oracle/truffle/api/InstrumentInfo;
    MethodParameters:
      Name  Flags
      env   final

  protected void onDispose(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.InstrumentLookupTest$TestAccessInstrument this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 82
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.debug.test.InstrumentLookupTest$TestAccessInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/test/InstrumentLookupTest$TestAccessInstrument;
            0    1     1   env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    MethodParameters:
      Name  Flags
      env   

  public com.oracle.truffle.api.debug.Debugger getDebugger();
    descriptor: ()Lcom/oracle/truffle/api/debug/Debugger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.InstrumentLookupTest$TestAccessInstrument this
         0: .line 86
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.InstrumentLookupTest$TestAccessInstrument.debugger:Lcom/oracle/truffle/api/debug/Debugger;
            areturn
        end local 0 // com.oracle.truffle.api.debug.test.InstrumentLookupTest$TestAccessInstrument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/test/InstrumentLookupTest$TestAccessInstrument;
}
SourceFile: "InstrumentLookupTest.java"
NestHost: com.oracle.truffle.api.debug.test.InstrumentLookupTest
InnerClasses:
  abstract DebuggerProvider = com.oracle.truffle.api.debug.test.InstrumentLookupTest$DebuggerProvider of com.oracle.truffle.api.debug.test.InstrumentLookupTest
  public TestAccessInstrument = com.oracle.truffle.api.debug.test.InstrumentLookupTest$TestAccessInstrument of com.oracle.truffle.api.debug.test.InstrumentLookupTest
  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
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration(id = "testAccessInstrument", services = {Lcom/oracle/truffle/api/debug/test/InstrumentLookupTest$DebuggerProvider;})