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

  abstract java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0400) ACC_ABSTRACT

  abstract com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod[] getOverloads();
    descriptor: ()[Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod;
    flags: (0x0400) ACC_ABSTRACT

  boolean isInternal();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc this
         0: .line 69
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostMethodDesc;

  abstract boolean isMethod();
    descriptor: ()Z
    flags: (0x0400) ACC_ABSTRACT

  abstract boolean isConstructor();
    descriptor: ()Z
    flags: (0x0400) ACC_ABSTRACT
}
SourceFile: "HostMethodDesc.java"
NestMembers:
  com.oracle.truffle.polyglot.HostMethodDesc$OverloadedMethod  com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod  com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ConstructorMHImpl  com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ConstructorReflectImpl  com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase  com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodMHImpl  com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl  com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ReflectBase
InnerClasses:
  final OverloadedMethod = com.oracle.truffle.polyglot.HostMethodDesc$OverloadedMethod of com.oracle.truffle.polyglot.HostMethodDesc
  abstract SingleMethod = com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod of com.oracle.truffle.polyglot.HostMethodDesc