public class com.oracle.truffle.api.test.polyglot.ValueAPITest$CoerceObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.ValueAPITest$CoerceObject
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$CoerceObject this
         0: .line 732
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$CoerceObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$CoerceObject;

  public <T>  coerce(T, java.util.function.Consumer<T>);
    descriptor: (Ljava/lang/Object;Ljava/util/function/Consumer;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$CoerceObject this
        start local 1 // java.lang.Object value
        start local 2 // java.util.function.Consumer o
         0: .line 735
            aload 2 /* o */
            aload 1 /* value */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         1: .line 736
            aload 1 /* value */
            areturn
        end local 2 // java.util.function.Consumer o
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$CoerceObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$CoerceObject;
            0    2     1  value  TT;
            0    2     2      o  Ljava/util/function/Consumer<TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;Ljava/util/function/Consumer<TT;>;)Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  
      o      
}
SourceFile: "ValueAPITest.java"
NestHost: com.oracle.truffle.api.test.polyglot.ValueAPITest
InnerClasses:
  public CoerceObject = com.oracle.truffle.api.test.polyglot.ValueAPITest$CoerceObject of com.oracle.truffle.api.test.polyglot.ValueAPITest