public final class com.sun.tools.jdi.InterfaceTypeImpl extends com.sun.tools.jdi.InvokableTypeImpl implements com.sun.jdi.InterfaceType
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.tools.jdi.InterfaceTypeImpl
  super_class: com.sun.tools.jdi.InvokableTypeImpl
{
  private java.lang.ref.SoftReference<java.util.List<com.sun.jdi.InterfaceType>> superinterfacesRef;
    descriptor: Ljava/lang/ref/SoftReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/SoftReference<Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;>;

  protected void <init>(com.sun.jdi.VirtualMachine, long);
    descriptor: (Lcom/sun/jdi/VirtualMachine;J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
        start local 2 // long aRef
         0: .line 64
            aload 0 /* this */
            aload 1 /* aVm */
            lload 2 /* aRef */
            invokespecial com.sun.tools.jdi.InvokableTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
         1: .line 61
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.InterfaceTypeImpl.superinterfacesRef:Ljava/lang/ref/SoftReference;
         2: .line 65
            return
        end local 2 // long aRef
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/InterfaceTypeImpl;
            0    3     1   aVm  Lcom/sun/jdi/VirtualMachine;
            0    3     2  aRef  J
    MethodParameters:
      Name  Flags
      aVm   
      aRef  

  public java.util.List<com.sun.jdi.InterfaceType> superinterfaces();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
         0: .line 68
            aload 0 /* this */
            getfield com.sun.tools.jdi.InterfaceTypeImpl.superinterfacesRef:Ljava/lang/ref/SoftReference;
            ifnonnull 1
            aconst_null
            goto 2
         1: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.InterfaceTypeImpl.superinterfacesRef:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast java.util.List
         2: .line 68
      StackMap locals:
      StackMap stack: java.util.List
            astore 1 /* superinterfaces */
        start local 1 // java.util.List superinterfaces
         3: .line 70
            aload 1 /* superinterfaces */
            ifnonnull 7
         4: .line 71
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.InterfaceTypeImpl.getInterfaces:()Ljava/util/List;
            astore 1 /* superinterfaces */
         5: .line 72
            aload 1 /* superinterfaces */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            astore 1 /* superinterfaces */
         6: .line 73
            aload 0 /* this */
            new java.lang.ref.SoftReference
            dup
            aload 1 /* superinterfaces */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            putfield com.sun.tools.jdi.InterfaceTypeImpl.superinterfacesRef:Ljava/lang/ref/SoftReference;
         7: .line 75
      StackMap locals: java.util.List
      StackMap stack:
            aload 1 /* superinterfaces */
            areturn
        end local 1 // java.util.List superinterfaces
        end local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lcom/sun/tools/jdi/InterfaceTypeImpl;
            3    8     1  superinterfaces  Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;

  public java.util.List<com.sun.jdi.InterfaceType> subinterfaces();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
         0: .line 79
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* subs */
        start local 1 // java.util.List subs
         1: .line 80
            aload 0 /* this */
            getfield com.sun.tools.jdi.InterfaceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.allClasses:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: com.sun.tools.jdi.InterfaceTypeImpl java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.ReferenceType
            astore 2 /* refType */
        start local 2 // com.sun.jdi.ReferenceType refType
         3: .line 81
            aload 2 /* refType */
            instanceof com.sun.jdi.InterfaceType
            ifeq 7
         4: .line 82
            aload 2 /* refType */
            checkcast com.sun.jdi.InterfaceType
            astore 4 /* interfaze */
        start local 4 // com.sun.jdi.InterfaceType interfaze
         5: .line 83
            aload 4 /* interfaze */
            invokeinterface com.sun.jdi.InterfaceType.isPrepared:()Z
            ifeq 7
            aload 4 /* interfaze */
            invokeinterface com.sun.jdi.InterfaceType.superinterfaces:()Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 84
            aload 1 /* subs */
            aload 4 /* interfaze */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // com.sun.jdi.InterfaceType interfaze
        end local 2 // com.sun.jdi.ReferenceType refType
         7: .line 80
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         8: .line 88
            aload 1 /* subs */
            areturn
        end local 1 // java.util.List subs
        end local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/tools/jdi/InterfaceTypeImpl;
            1    9     1       subs  Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;
            3    7     2    refType  Lcom/sun/jdi/ReferenceType;
            5    7     4  interfaze  Lcom/sun/jdi/InterfaceType;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;

  public java.util.List<com.sun.jdi.ClassType> implementors();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
         0: .line 92
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* implementors */
        start local 1 // java.util.List implementors
         1: .line 93
            aload 0 /* this */
            getfield com.sun.tools.jdi.InterfaceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.allClasses:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: com.sun.tools.jdi.InterfaceTypeImpl java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.ReferenceType
            astore 2 /* refType */
        start local 2 // com.sun.jdi.ReferenceType refType
         3: .line 94
            aload 2 /* refType */
            instanceof com.sun.jdi.ClassType
            ifeq 7
         4: .line 95
            aload 2 /* refType */
            checkcast com.sun.jdi.ClassType
            astore 4 /* clazz */
        start local 4 // com.sun.jdi.ClassType clazz
         5: .line 96
            aload 4 /* clazz */
            invokeinterface com.sun.jdi.ClassType.isPrepared:()Z
            ifeq 7
            aload 4 /* clazz */
            invokeinterface com.sun.jdi.ClassType.interfaces:()Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 97
            aload 1 /* implementors */
            aload 4 /* clazz */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // com.sun.jdi.ClassType clazz
        end local 2 // com.sun.jdi.ReferenceType refType
         7: .line 93
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         8: .line 101
            aload 1 /* implementors */
            areturn
        end local 1 // java.util.List implementors
        end local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/sun/tools/jdi/InterfaceTypeImpl;
            1    9     1  implementors  Ljava/util/List<Lcom/sun/jdi/ClassType;>;
            3    7     2       refType  Lcom/sun/jdi/ReferenceType;
            5    7     4         clazz  Lcom/sun/jdi/ClassType;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/ClassType;>;

  public boolean isInitialized();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
         0: .line 105
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.InterfaceTypeImpl.isPrepared:()Z
            ireturn
        end local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/InterfaceTypeImpl;

  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.sun.tools.jdi.InterfaceTypeImpl this
         0: .line 109
            new java.lang.StringBuilder
            dup
            ldc "interface "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.InterfaceTypeImpl.name:()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;
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.InterfaceTypeImpl.loaderString:()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.sun.tools.jdi.InterfaceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/InterfaceTypeImpl;

  com.sun.tools.jdi.InvokableTypeImpl$InvocationResult waitForReply(com.sun.tools.jdi.PacketStream);
    descriptor: (Lcom/sun/tools/jdi/PacketStream;)Lcom/sun/tools/jdi/InvokableTypeImpl$InvocationResult;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
        start local 1 // com.sun.tools.jdi.PacketStream stream
         0: .line 114
            new com.sun.tools.jdi.InterfaceTypeImpl$IResult
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.InterfaceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 1 /* stream */
            invokestatic com.sun.tools.jdi.JDWP$InterfaceType$InvokeMethod.waitForReply:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/PacketStream;)Lcom/sun/tools/jdi/JDWP$InterfaceType$InvokeMethod;
            invokespecial com.sun.tools.jdi.InterfaceTypeImpl$IResult.<init>:(Lcom/sun/tools/jdi/JDWP$InterfaceType$InvokeMethod;)V
            areturn
        end local 1 // com.sun.tools.jdi.PacketStream stream
        end local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/jdi/InterfaceTypeImpl;
            0    1     1  stream  Lcom/sun/tools/jdi/PacketStream;
    Exceptions:
      throws com.sun.tools.jdi.JDWPException
    MethodParameters:
        Name  Flags
      stream  

  com.sun.tools.jdi.CommandSender getInvokeMethodSender(com.sun.tools.jdi.ThreadReferenceImpl, com.sun.tools.jdi.MethodImpl, com.sun.tools.jdi.ValueImpl[], int);
    descriptor: (Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/CommandSender;
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
        start local 1 // com.sun.tools.jdi.ThreadReferenceImpl thread
        start local 2 // com.sun.tools.jdi.MethodImpl method
        start local 3 // com.sun.tools.jdi.ValueImpl[] args
        start local 4 // int options
         0: .line 122
            aload 0 /* this */
            aload 1 /* thread */
            aload 2 /* method */
            aload 3 /* args */
            iload 4 /* options */
            invokedynamic send(Lcom/sun/tools/jdi/InterfaceTypeImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/CommandSender;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Lcom/sun/tools/jdi/PacketStream;
                  com/sun/tools/jdi/InterfaceTypeImpl.lambda$0(Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/PacketStream; (7)
                  ()Lcom/sun/tools/jdi/PacketStream;
            areturn
        end local 4 // int options
        end local 3 // com.sun.tools.jdi.ValueImpl[] args
        end local 2 // com.sun.tools.jdi.MethodImpl method
        end local 1 // com.sun.tools.jdi.ThreadReferenceImpl thread
        end local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/jdi/InterfaceTypeImpl;
            0    1     1   thread  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0    1     2   method  Lcom/sun/tools/jdi/MethodImpl;
            0    1     3     args  [Lcom/sun/tools/jdi/ValueImpl;
            0    1     4  options  I
    MethodParameters:
         Name  Flags
      thread   final
      method   final
      args     final
      options  final

  com.sun.jdi.ClassType superclass();
    descriptor: ()Lcom/sun/jdi/ClassType;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
         0: .line 133
            aconst_null
            areturn
        end local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/InterfaceTypeImpl;

  boolean isAssignableTo(com.sun.jdi.ReferenceType);
    descriptor: (Lcom/sun/jdi/ReferenceType;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
        start local 1 // com.sun.jdi.ReferenceType type
         0: .line 138
            aload 1 /* type */
            invokeinterface com.sun.jdi.ReferenceType.name:()Ljava/lang/String;
            ldc "java.lang.Object"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 140
            iconst_1
            ireturn
         2: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* type */
            invokespecial com.sun.tools.jdi.InvokableTypeImpl.isAssignableTo:(Lcom/sun/jdi/ReferenceType;)Z
            ireturn
        end local 1 // com.sun.jdi.ReferenceType type
        end local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/InterfaceTypeImpl;
            0    3     1  type  Lcom/sun/jdi/ReferenceType;
    MethodParameters:
      Name  Flags
      type  

  java.util.List<com.sun.jdi.InterfaceType> interfaces();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
         0: .line 147
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.InterfaceTypeImpl.superinterfaces:()Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/InterfaceTypeImpl;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;

  boolean canInvoke(com.sun.jdi.Method);
    descriptor: (Lcom/sun/jdi/Method;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
        start local 1 // com.sun.jdi.Method method
         0: .line 153
            aload 0 /* this */
            aload 1 /* method */
            invokeinterface com.sun.jdi.Method.declaringType:()Lcom/sun/jdi/ReferenceType;
            invokevirtual com.sun.tools.jdi.InterfaceTypeImpl.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // com.sun.jdi.Method method
        end local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/jdi/InterfaceTypeImpl;
            0    1     1  method  Lcom/sun/jdi/Method;
    MethodParameters:
        Name  Flags
      method  

  public com.sun.jdi.VirtualMachine virtualMachine();
    descriptor: ()Lcom/sun/jdi/VirtualMachine;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.tools.jdi.InvokableTypeImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private com.sun.tools.jdi.PacketStream lambda$0(com.sun.tools.jdi.ThreadReferenceImpl, com.sun.tools.jdi.MethodImpl, com.sun.tools.jdi.ValueImpl[], int);
    descriptor: (Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/PacketStream;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
         0: .line 123
            aload 0 /* this */
            getfield com.sun.tools.jdi.InterfaceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
         1: .line 124
            aload 0 /* this */
         2: .line 125
            aload 1
         3: .line 126
            aload 2
            invokevirtual com.sun.tools.jdi.MethodImpl.ref:()J
         4: .line 127
            aload 3
         5: .line 128
            iload 4
         6: .line 123
            invokestatic com.sun.tools.jdi.JDWP$InterfaceType$InvokeMethod.enqueueCommand:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/InterfaceTypeImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;J[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/PacketStream;
         7: .line 128
            areturn
        end local 0 // com.sun.tools.jdi.InterfaceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/jdi/InterfaceTypeImpl;
}
SourceFile: "InterfaceTypeImpl.java"
NestMembers:
  com.sun.tools.jdi.InterfaceTypeImpl$IResult
InnerClasses:
  private IResult = com.sun.tools.jdi.InterfaceTypeImpl$IResult of com.sun.tools.jdi.InterfaceTypeImpl
  abstract InvocationResult = com.sun.tools.jdi.InvokableTypeImpl$InvocationResult of com.sun.tools.jdi.InvokableTypeImpl
  InterfaceType = com.sun.tools.jdi.JDWP$InterfaceType of com.sun.tools.jdi.JDWP
  InvokeMethod = com.sun.tools.jdi.JDWP$InterfaceType$InvokeMethod of com.sun.tools.jdi.JDWP$InterfaceType
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles