class com.oracle.truffle.api.instrumentation.test.InstrumentationTest$BindingsTestInstrument$1 implements java.util.function.Supplier<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationTest$BindingsTestInstrument$1
  super_class: java.lang.Object
{
  final com.oracle.truffle.api.instrumentation.test.InstrumentationTest$BindingsTestInstrument this$1;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$BindingsTestInstrument;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.oracle.truffle.api.instrumentation.TruffleInstrument$Env val$env;
    descriptor: Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.instrumentation.test.InstrumentationTest$BindingsTestInstrument, com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$BindingsTestInstrument;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$BindingsTestInstrument$1 this
         0: .line 2197
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$BindingsTestInstrument$1.this$1:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$BindingsTestInstrument;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$BindingsTestInstrument$1.val$env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$BindingsTestInstrument$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$BindingsTestInstrument$1;
    MethodParameters:
         Name  Flags
      this$0   final
      val$env  final

  public java.lang.Object get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$BindingsTestInstrument$1 this
         0: .line 2200
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$BindingsTestInstrument$1.val$env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getPolyglotBindings:()Ljava/lang/Object;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$BindingsTestInstrument$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$BindingsTestInstrument$1;
}
Signature: Ljava/lang/Object;Ljava/util/function/Supplier<Ljava/lang/Object;>;
SourceFile: "InstrumentationTest.java"
EnclosingMethod: com.oracle.truffle.api.instrumentation.test.InstrumentationTest$BindingsTestInstrument.onCreate:(Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTest
InnerClasses:
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  public BindingsTestInstrument = com.oracle.truffle.api.instrumentation.test.InstrumentationTest$BindingsTestInstrument of com.oracle.truffle.api.instrumentation.test.InstrumentationTest
  com.oracle.truffle.api.instrumentation.test.InstrumentationTest$BindingsTestInstrument$1