public class com.oracle.truffle.api.test.polyglot.ValueAPITest$AmbiguousType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.ValueAPITest$AmbiguousType
  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$AmbiguousType this
         0: .line 1317
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$AmbiguousType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$AmbiguousType;

  public java.lang.String f(int, byte);
    descriptor: (IB)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$AmbiguousType this
        start local 1 // int a
        start local 2 // byte b
         0: .line 1320
            ldc "1"
            areturn
        end local 2 // byte b
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$AmbiguousType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$AmbiguousType;
            0    1     1     a  I
            0    1     2     b  B
    MethodParameters:
      Name  Flags
      a     
      b     

  public java.lang.String f(byte, int);
    descriptor: (BI)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$AmbiguousType this
        start local 1 // byte a
        start local 2 // int b
         0: .line 1324
            ldc "2"
            areturn
        end local 2 // int b
        end local 1 // byte a
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$AmbiguousType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$AmbiguousType;
            0    1     1     a  B
            0    1     2     b  I
    MethodParameters:
      Name  Flags
      a     
      b     
}
SourceFile: "ValueAPITest.java"
NestHost: com.oracle.truffle.api.test.polyglot.ValueAPITest
InnerClasses:
  public AmbiguousType = com.oracle.truffle.api.test.polyglot.ValueAPITest$AmbiguousType of com.oracle.truffle.api.test.polyglot.ValueAPITest