final class com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo
  super_class: java.lang.Object
{
  private final java.lang.reflect.Method method;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.invoke.MethodType type;
    descriptor: Ljava/lang/invoke/MethodType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo this
        start local 1 // java.lang.reflect.Method method
         0: .line 571
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 572
            aload 0 /* this */
            aload 1 /* method */
            putfield com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo.method:Ljava/lang/reflect/Method;
         2: .line 573
            aload 0 /* this */
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            invokestatic java.lang.invoke.MethodType.methodType:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;
            putfield com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo.type:Ljava/lang/invoke/MethodType;
         3: .line 574
            return
        end local 1 // java.lang.reflect.Method method
        end local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/polyglot/HostAdapterBytecodeGenerator$MethodInfo;
            0    4     1  method  Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      method  final

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo this
        start local 1 // java.lang.Object obj
         0: .line 578
            aload 1 /* obj */
            instanceof com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo
            ifeq 1
            aload 0 /* this */
            aload 1 /* obj */
            checkcast com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo
            invokevirtual com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo.equals:(Lcom/oracle/truffle/polyglot/HostAdapterBytecodeGenerator$MethodInfo;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/polyglot/HostAdapterBytecodeGenerator$MethodInfo;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   final

  private boolean equals(com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo);
    descriptor: (Lcom/oracle/truffle/polyglot/HostAdapterBytecodeGenerator$MethodInfo;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo this
        start local 1 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo other
         0: .line 583
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo.getName:()Ljava/lang/String;
            aload 1 /* other */
            invokevirtual com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo.type:Ljava/lang/invoke/MethodType;
            aload 1 /* other */
            getfield com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo.type:Ljava/lang/invoke/MethodType;
            invokevirtual java.lang.invoke.MethodType.equals:(Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo other
        end local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/polyglot/HostAdapterBytecodeGenerator$MethodInfo;
            0    2     1  other  Lcom/oracle/truffle/polyglot/HostAdapterBytecodeGenerator$MethodInfo;
    MethodParameters:
       Name  Flags
      other  final

  java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo this
         0: .line 587
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostAdapterBytecodeGenerator$MethodInfo;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo this
         0: .line 592
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo.type:Ljava/lang/invoke/MethodType;
            invokevirtual java.lang.invoke.MethodType.hashCode:()I
            ixor
            ireturn
        end local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostAdapterBytecodeGenerator$MethodInfo;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo this
         0: .line 597
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostAdapterBytecodeGenerator$MethodInfo;
}
SourceFile: "HostAdapterBytecodeGenerator.java"
NestHost: com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator
InnerClasses:
  private final MethodInfo = com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$MethodInfo of com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator