public interface com.sun.jdi.InterfaceType extends com.sun.jdi.ReferenceType
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.jdi.InterfaceType
  super_class: java.lang.Object
{
  public abstract java.util.List<com.sun.jdi.InterfaceType> superinterfaces();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;

  public abstract java.util.List<com.sun.jdi.InterfaceType> subinterfaces();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;

  public abstract java.util.List<com.sun.jdi.ClassType> implementors();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/sun/jdi/ClassType;>;

  public com.sun.jdi.Value invokeMethod(com.sun.jdi.ThreadReference, com.sun.jdi.Method, java.util.List<? extends com.sun.jdi.Value>, int);
    descriptor: (Lcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Method;Ljava/util/List;I)Lcom/sun/jdi/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.sun.jdi.InterfaceType this
        start local 1 // com.sun.jdi.ThreadReference thread
        start local 2 // com.sun.jdi.Method method
        start local 3 // java.util.List arguments
        start local 4 // int options
         0: .line 197
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 4 // int options
        end local 3 // java.util.List arguments
        end local 2 // com.sun.jdi.Method method
        end local 1 // com.sun.jdi.ThreadReference thread
        end local 0 // com.sun.jdi.InterfaceType this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/jdi/InterfaceType;
            0    1     1     thread  Lcom/sun/jdi/ThreadReference;
            0    1     2     method  Lcom/sun/jdi/Method;
            0    1     3  arguments  Ljava/util/List<+Lcom/sun/jdi/Value;>;
            0    1     4    options  I
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.ClassNotLoadedException, com.sun.jdi.IncompatibleThreadStateException, com.sun.jdi.InvocationException
    Signature: (Lcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Method;Ljava/util/List<+Lcom/sun/jdi/Value;>;I)Lcom/sun/jdi/Value;
    MethodParameters:
           Name  Flags
      thread     
      method     
      arguments  
      options    
}
SourceFile: "InterfaceType.java"