abstract class com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod extends 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$SingleMethod
  super_class: com.oracle.truffle.polyglot.HostMethodDesc
{
  private final boolean varArgs;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Class<?>[] parameterTypes;
    descriptor: [Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: [Ljava/lang/Class<*>;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal(dimensions = 1)

  private final java.lang.reflect.Type[] genericParameterTypes;
    descriptor: [Ljava/lang/reflect/Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal(dimensions = 1)

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 76
            ldc Lcom/oracle/truffle/polyglot/HostMethodDesc;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(java.lang.reflect.Executable);
    descriptor: (Ljava/lang/reflect/Executable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
        start local 1 // java.lang.reflect.Executable executable
         0: .line 82
            aload 0 /* this */
            invokespecial com.oracle.truffle.polyglot.HostMethodDesc.<init>:()V
         1: .line 83
            aload 0 /* this */
            aload 1 /* executable */
            invokevirtual java.lang.reflect.Executable.isVarArgs:()Z
            putfield com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.varArgs:Z
         2: .line 84
            aload 0 /* this */
            aload 1 /* executable */
            invokevirtual java.lang.reflect.Executable.getParameterTypes:()[Ljava/lang/Class;
            putfield com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.parameterTypes:[Ljava/lang/Class;
         3: .line 85
            aload 0 /* this */
            aload 1 /* executable */
            invokevirtual java.lang.reflect.Executable.getGenericParameterTypes:()[Ljava/lang/reflect/Type;
            putfield com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.genericParameterTypes:[Ljava/lang/reflect/Type;
         4: .line 86
            return
        end local 1 // java.lang.reflect.Executable executable
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod;
            0    5     1  executable  Ljava/lang/reflect/Executable;
    MethodParameters:
            Name  Flags
      executable  

  public abstract java.lang.reflect.Executable getReflectionMethod();
    descriptor: ()Ljava/lang/reflect/Executable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public final boolean isVarArgs();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
         0: .line 91
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.varArgs:Z
            ireturn
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod;

  public abstract java.lang.Class<?> getReturnType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<*>;

  public final java.lang.Class<?>[] getParameterTypes();
    descriptor: ()[Ljava/lang/Class;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
         0: .line 97
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.parameterTypes:[Ljava/lang/Class;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod;
    Signature: ()[Ljava/lang/Class<*>;

  public final int getParameterCount();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
         0: .line 101
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.parameterTypes:[Ljava/lang/Class;
            arraylength
            ireturn
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod;

  public java.lang.reflect.Type[] getGenericParameterTypes();
    descriptor: ()[Ljava/lang/reflect/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
         0: .line 105
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.genericParameterTypes:[Ljava/lang/reflect/Type;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
         0: .line 110
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.getReflectionMethod:()Ljava/lang/reflect/Executable;
            invokevirtual java.lang.reflect.Executable.getName:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod;

  public com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod[] getOverloads();
    descriptor: ()[Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
         0: .line 115
            iconst_1
            anewarray com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod
            dup
            iconst_0
            aload 0 /* this */
            aastore
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod;

  public abstract java.lang.Object invoke(java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Throwable
    MethodParameters:
           Name  Flags
      receiver   
      arguments  

  public abstract java.lang.Object invokeGuestToHost(java.lang.Object, java.lang.Object[], com.oracle.truffle.polyglot.PolyglotEngineImpl, com.oracle.truffle.polyglot.PolyglotLanguageContext, com.oracle.truffle.api.nodes.Node);
    descriptor: (Ljava/lang/Object;[Ljava/lang/Object;Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Lcom/oracle/truffle/api/nodes/Node;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      receiver   
      arguments  
      engine     
      context    
      node       

  public boolean isMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
         0: .line 124
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.getReflectionMethod:()Ljava/lang/reflect/Executable;
            instanceof java.lang.reflect.Method
            ireturn
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod;

  public boolean isConstructor();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
         0: .line 129
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.getReflectionMethod:()Ljava/lang/reflect/Executable;
            instanceof java.lang.reflect.Constructor
            ireturn
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod;

  static com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod unreflect(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.reflect.Method reflectionMethod
         0: .line 133
            getstatic com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.$assertionsDisabled:Z
            ifne 1
            aload 0 /* reflectionMethod */
            invokestatic com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.isAccessible:(Ljava/lang/reflect/Executable;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 134
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.TruffleOptions.AOT:Z
            ifne 2
            aload 0 /* reflectionMethod */
            invokestatic com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.isCallerSensitive:(Ljava/lang/reflect/Executable;)Z
            ifeq 3
         2: .line 135
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl
            dup
            aload 0 /* reflectionMethod */
            invokespecial com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl.<init>:(Ljava/lang/reflect/Method;)V
            areturn
         3: .line 137
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodMHImpl
            dup
            aload 0 /* reflectionMethod */
            invokespecial com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodMHImpl.<init>:(Ljava/lang/reflect/Method;)V
            areturn
        end local 0 // java.lang.reflect.Method reflectionMethod
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0  reflectionMethod  Ljava/lang/reflect/Method;
    MethodParameters:
                  Name  Flags
      reflectionMethod  

  static com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod unreflect(java.lang.reflect.Constructor<?>);
    descriptor: (Ljava/lang/reflect/Constructor;)Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.reflect.Constructor reflectionConstructor
         0: .line 142
            getstatic com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.$assertionsDisabled:Z
            ifne 1
            aload 0 /* reflectionConstructor */
            invokestatic com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.isAccessible:(Ljava/lang/reflect/Executable;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 143
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.TruffleOptions.AOT:Z
            ifne 2
            aload 0 /* reflectionConstructor */
            invokestatic com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.isCallerSensitive:(Ljava/lang/reflect/Executable;)Z
            ifeq 3
         2: .line 144
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ConstructorReflectImpl
            dup
            aload 0 /* reflectionConstructor */
            invokespecial com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ConstructorReflectImpl.<init>:(Ljava/lang/reflect/Constructor;)V
            areturn
         3: .line 146
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ConstructorMHImpl
            dup
            aload 0 /* reflectionConstructor */
            invokespecial com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ConstructorMHImpl.<init>:(Ljava/lang/reflect/Constructor;)V
            areturn
        end local 0 // java.lang.reflect.Constructor reflectionConstructor
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    4     0  reflectionConstructor  Ljava/lang/reflect/Constructor<*>;
    Signature: (Ljava/lang/reflect/Constructor<*>;)Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod;
    MethodParameters:
                       Name  Flags
      reflectionConstructor  

  static boolean isAccessible(java.lang.reflect.Executable);
    descriptor: (Ljava/lang/reflect/Executable;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.reflect.Executable method
         0: .line 151
            aload 0 /* method */
            invokevirtual java.lang.reflect.Executable.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isPublic:(I)Z
            ifeq 1
            aload 0 /* method */
            invokevirtual java.lang.reflect.Executable.getDeclaringClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isPublic:(I)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.lang.reflect.Executable method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  method  Ljava/lang/reflect/Executable;
    MethodParameters:
        Name  Flags
      method  

  static boolean isCallerSensitive(java.lang.reflect.Executable);
    descriptor: (Ljava/lang/reflect/Executable;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // java.lang.reflect.Executable method
         0: .line 155
            aload 0 /* method */
            invokevirtual java.lang.reflect.Executable.getAnnotations:()[Ljava/lang/annotation/Annotation;
            astore 1 /* annotations */
        start local 1 // java.lang.annotation.Annotation[] annotations
         1: .line 156
            aload 1 /* annotations */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 8
      StackMap locals: java.lang.reflect.Executable java.lang.annotation.Annotation[] top int int java.lang.annotation.Annotation[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* annotation */
        start local 2 // java.lang.annotation.Annotation annotation
         3: .line 157
            aload 2 /* annotation */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            dup
            astore 6
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 2
          -1307512410: 4
           -696914856: 5
              default: 7
          }
      StackMap locals: java.lang.reflect.Executable java.lang.annotation.Annotation[] java.lang.annotation.Annotation int int java.lang.annotation.Annotation[] java.lang.String
      StackMap stack:
         4: aload 6
            ldc "jdk.internal.reflect.CallerSensitive"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 6
            goto 7
      StackMap locals:
      StackMap stack:
         5: aload 6
            ldc "sun.reflect.CallerSensitive"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 6
            goto 7
         6: .line 160
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // java.lang.annotation.Annotation annotation
         7: .line 156
      StackMap locals: java.lang.reflect.Executable java.lang.annotation.Annotation[] top int int java.lang.annotation.Annotation[]
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         8: iload 3
            iload 4
            if_icmplt 2
         9: .line 163
            iconst_0
            ireturn
        end local 1 // java.lang.annotation.Annotation[] annotations
        end local 0 // java.lang.reflect.Executable method
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0       method  Ljava/lang/reflect/Executable;
            1   10     1  annotations  [Ljava/lang/annotation/Annotation;
            3    7     2   annotation  Ljava/lang/annotation/Annotation;
    MethodParameters:
        Name  Flags
      method  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
         0: .line 168
            new java.lang.StringBuilder
            dup
            ldc "Method["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod.getReflectionMethod:()Ljava/lang/reflect/Executable;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod;
}
SourceFile: "HostMethodDesc.java"
NestHost: com.oracle.truffle.polyglot.HostMethodDesc
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  abstract SingleMethod = com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod of com.oracle.truffle.polyglot.HostMethodDesc
  private final ConstructorMHImpl = com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ConstructorMHImpl of com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod
  private final ConstructorReflectImpl = com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ConstructorReflectImpl of com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod
  abstract MHBase = com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase of com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod
  private final MethodMHImpl = com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodMHImpl of com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod
  private final MethodReflectImpl = com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl of com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod
  abstract ReflectBase = com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ReflectBase of com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod