abstract class com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection this
         0: .line 183
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/InstrumentCache$InstrumentReflection;

  abstract com.oracle.truffle.api.instrumentation.TruffleInstrument newInstance();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/TruffleInstrument;
    flags: (0x0400) ACC_ABSTRACT

  abstract java.lang.Class<? extends com.oracle.truffle.api.instrumentation.TruffleInstrument> aotInitializeAtBuildTime();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0400) ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/TruffleInstrument;>;
}
SourceFile: "InstrumentCache.java"
NestHost: com.oracle.truffle.polyglot.InstrumentCache
InnerClasses:
  private abstract InstrumentReflection = com.oracle.truffle.polyglot.InstrumentCache$InstrumentReflection of com.oracle.truffle.polyglot.InstrumentCache