public class sun.jvm.hotspot.utilities.soql.MethodCallable implements sun.jvm.hotspot.utilities.soql.Callable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.utilities.soql.MethodCallable
  super_class: java.lang.Object
{
  private java.lang.Object target;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.reflect.Method method;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0002) ACC_PRIVATE

  private boolean wrapArgs;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.Object, java.lang.reflect.Method, boolean);
    descriptor: (Ljava/lang/Object;Ljava/lang/reflect/Method;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.utilities.soql.MethodCallable this
        start local 1 // java.lang.Object target
        start local 2 // java.lang.reflect.Method method
        start local 3 // boolean wrapArgs
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 2 /* method */
            putfield sun.jvm.hotspot.utilities.soql.MethodCallable.method:Ljava/lang/reflect/Method;
         2: .line 45
            aload 0 /* this */
            aload 1 /* target */
            putfield sun.jvm.hotspot.utilities.soql.MethodCallable.target:Ljava/lang/Object;
         3: .line 46
            aload 0 /* this */
            iload 3 /* wrapArgs */
            putfield sun.jvm.hotspot.utilities.soql.MethodCallable.wrapArgs:Z
         4: .line 47
            return
        end local 3 // boolean wrapArgs
        end local 2 // java.lang.reflect.Method method
        end local 1 // java.lang.Object target
        end local 0 // sun.jvm.hotspot.utilities.soql.MethodCallable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/jvm/hotspot/utilities/soql/MethodCallable;
            0    5     1    target  Ljava/lang/Object;
            0    5     2    method  Ljava/lang/reflect/Method;
            0    5     3  wrapArgs  Z
    MethodParameters:
          Name  Flags
      target    
      method    
      wrapArgs  

  public void <init>(java.lang.Object, java.lang.reflect.Method);
    descriptor: (Ljava/lang/Object;Ljava/lang/reflect/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.soql.MethodCallable this
        start local 1 // java.lang.Object target
        start local 2 // java.lang.reflect.Method method
         0: .line 50
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* method */
            iconst_1
            invokespecial sun.jvm.hotspot.utilities.soql.MethodCallable.<init>:(Ljava/lang/Object;Ljava/lang/reflect/Method;Z)V
         1: .line 51
            return
        end local 2 // java.lang.reflect.Method method
        end local 1 // java.lang.Object target
        end local 0 // sun.jvm.hotspot.utilities.soql.MethodCallable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/utilities/soql/MethodCallable;
            0    2     1  target  Ljava/lang/Object;
            0    2     2  method  Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      target  
      method  

  public java.lang.Object call(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.soql.MethodCallable this
        start local 1 // java.lang.Object[] args
         0: .line 55
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.MethodCallable.wrapArgs:Z
            ifeq 3
         1: .line 56
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.MethodCallable.method:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.MethodCallable.target:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* args */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
         2: areturn
         3: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.MethodCallable.method:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.soql.MethodCallable.target:Ljava/lang/Object;
            aload 1 /* args */
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
         4: areturn
         5: .line 60
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 2 /* re */
        start local 2 // java.lang.RuntimeException re
         6: .line 61
            aload 2 /* re */
            athrow
        end local 2 // java.lang.RuntimeException re
         7: .line 62
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* exp */
        start local 2 // java.lang.Exception exp
         8: .line 63
            new javax.script.ScriptException
            dup
            aload 2 /* exp */
            invokespecial javax.script.ScriptException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 2 // java.lang.Exception exp
        end local 1 // java.lang.Object[] args
        end local 0 // sun.jvm.hotspot.utilities.soql.MethodCallable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/jvm/hotspot/utilities/soql/MethodCallable;
            0    9     1  args  [Ljava/lang/Object;
            6    7     2    re  Ljava/lang/RuntimeException;
            8    9     2   exp  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2       5  Class java.lang.RuntimeException
           3     4       5  Class java.lang.RuntimeException
           0     2       7  Class java.lang.Exception
           3     4       7  Class java.lang.Exception
    Exceptions:
      throws javax.script.ScriptException
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "MethodCallable.java"