final class com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl extends com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ReflectBase
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl
  super_class: com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ReflectBase
{
  private final java.lang.reflect.Method reflectionMethod;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl this
        start local 1 // java.lang.reflect.Method reflectionMethod
         0: .line 197
            aload 0 /* this */
            aload 1 /* reflectionMethod */
            invokespecial com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ReflectBase.<init>:(Ljava/lang/reflect/Executable;)V
         1: .line 198
            aload 0 /* this */
            aload 1 /* reflectionMethod */
            putfield com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl.reflectionMethod:Ljava/lang/reflect/Method;
         2: .line 199
            return
        end local 1 // java.lang.reflect.Method reflectionMethod
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod$MethodReflectImpl;
            0    3     1  reflectionMethod  Ljava/lang/reflect/Method;
    MethodParameters:
                  Name  Flags
      reflectionMethod  

  public java.lang.reflect.Method getReflectionMethod();
    descriptor: ()Ljava/lang/reflect/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl this
         0: .line 203
            invokestatic com.oracle.truffle.api.CompilerAsserts.neverPartOfCompilation:()V
         1: .line 204
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl.reflectionMethod:Ljava/lang/reflect/Method;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod$MethodReflectImpl;

  public java.lang.Object invoke(java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl this
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.Object[] arguments
         0: .line 210
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl.reflectionMethod:Ljava/lang/reflect/Method;
            aload 1 /* receiver */
            aload 2 /* arguments */
            invokestatic com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl.reflectInvoke:(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
         1: areturn
         2: .line 211
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 3 /* ex */
        start local 3 // java.lang.Exception ex
         3: .line 212
            aload 2 /* arguments */
            aload 3 /* ex */
            invokestatic com.oracle.truffle.polyglot.HostInteropErrors.unsupportedTypeException:([Ljava/lang/Object;Ljava/lang/Throwable;)Lcom/oracle/truffle/api/interop/UnsupportedTypeException;
            athrow
        end local 3 // java.lang.Exception ex
         4: .line 213
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* e */
        start local 3 // java.lang.reflect.InvocationTargetException e
         5: .line 214
            aload 3 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            athrow
        end local 3 // java.lang.reflect.InvocationTargetException e
        end local 2 // java.lang.Object[] arguments
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod$MethodReflectImpl;
            0    6     1   receiver  Ljava/lang/Object;
            0    6     2  arguments  [Ljava/lang/Object;
            3    4     3         ex  Ljava/lang/Exception;
            5    6     3          e  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalArgumentException
           0     1       2  Class java.lang.IllegalAccessException
           0     1       4  Class java.lang.reflect.InvocationTargetException
    Exceptions:
      throws java.lang.Throwable
    MethodParameters:
           Name  Flags
      receiver   
      arguments  

  private static java.lang.Object reflectInvoke(java.lang.reflect.Method, java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.lang.reflect.Method reflectionMethod
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.Object[] arguments
         0: .line 221
            aload 0 /* reflectionMethod */
            aload 1 /* receiver */
            aload 2 /* arguments */
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object[] arguments
        end local 1 // java.lang.Object receiver
        end local 0 // java.lang.reflect.Method reflectionMethod
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0  reflectionMethod  Ljava/lang/reflect/Method;
            0    1     1          receiver  Ljava/lang/Object;
            0    1     2         arguments  [Ljava/lang/Object;
    Exceptions:
      throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
                  Name  Flags
      reflectionMethod  
      receiver          
      arguments         

  public java.lang.Class<?> getReturnType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl this
         0: .line 226
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl.getReflectionMethod:()Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod$MethodReflectImpl;
    Signature: ()Ljava/lang/Class<*>;

  public boolean isInternal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl this
         0: .line 231
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl.getReflectionMethod:()Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getDeclaringClass:()Ljava/lang/Class;
            ldc Ljava/lang/Object;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod$MethodReflectImpl;

  public java.lang.reflect.Executable getReflectionMethod();
    descriptor: ()Ljava/lang/reflect/Executable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MethodReflectImpl.getReflectionMethod:()Ljava/lang/reflect/Method;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HostMethodDesc.java"
NestHost: com.oracle.truffle.polyglot.HostMethodDesc
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  abstract SingleMethod = com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod of com.oracle.truffle.polyglot.HostMethodDesc
  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