public class sun.jvm.hotspot.runtime.ResultTypeFinder extends sun.jvm.hotspot.runtime.SignatureInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.ResultTypeFinder
  super_class: sun.jvm.hotspot.runtime.SignatureInfo
{
  protected void set(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.ResultTypeFinder this
        start local 1 // int size
        start local 2 // int type
         0: .line 32
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.ResultTypeFinder.isReturnType:()Z
            ifeq 1
            aload 0 /* this */
            iload 2 /* type */
            putfield sun.jvm.hotspot.runtime.ResultTypeFinder.type:I
      StackMap locals:
      StackMap stack:
         1: return
        end local 2 // int type
        end local 1 // int size
        end local 0 // sun.jvm.hotspot.runtime.ResultTypeFinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/ResultTypeFinder;
            0    2     1  size  I
            0    2     2  type  I
    MethodParameters:
      Name  Flags
      size  
      type  

  public void <init>(sun.jvm.hotspot.oops.Symbol);
    descriptor: (Lsun/jvm/hotspot/oops/Symbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.ResultTypeFinder this
        start local 1 // sun.jvm.hotspot.oops.Symbol signature
         0: .line 33
            aload 0 /* this */
            aload 1 /* signature */
            invokespecial sun.jvm.hotspot.runtime.SignatureInfo.<init>:(Lsun/jvm/hotspot/oops/Symbol;)V
            return
        end local 1 // sun.jvm.hotspot.oops.Symbol signature
        end local 0 // sun.jvm.hotspot.runtime.ResultTypeFinder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/jvm/hotspot/runtime/ResultTypeFinder;
            0    1     1  signature  Lsun/jvm/hotspot/oops/Symbol;
    MethodParameters:
           Name  Flags
      signature  
}
SourceFile: "ResultTypeFinder.java"