public abstract class sun.jvm.hotspot.runtime.SignatureInfo extends sun.jvm.hotspot.runtime.SignatureIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.runtime.SignatureInfo
  super_class: sun.jvm.hotspot.runtime.SignatureIterator
{
  protected boolean hasIterated;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected int size;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int type;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected void lazyIterate();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
         0: .line 35
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureInfo.hasIterated:Z
            ifne 3
         1: .line 36
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureInfo.iterate:()V
         2: .line 37
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.runtime.SignatureInfo.hasIterated:Z
         3: .line 39
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/runtime/SignatureInfo;

  protected abstract void set(int, int);
    descriptor: (II)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      size  
      type  

  public void doBool();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
         0: .line 43
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTBooleanSize:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTBoolean:()I
            invokevirtual sun.jvm.hotspot.runtime.SignatureInfo.set:(II)V
            return
        end local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/SignatureInfo;

  public void doChar();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
         0: .line 44
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTCharSize:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTChar:()I
            invokevirtual sun.jvm.hotspot.runtime.SignatureInfo.set:(II)V
            return
        end local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/SignatureInfo;

  public void doFloat();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
         0: .line 45
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTFloatSize:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTFloat:()I
            invokevirtual sun.jvm.hotspot.runtime.SignatureInfo.set:(II)V
            return
        end local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/SignatureInfo;

  public void doDouble();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
         0: .line 46
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTDoubleSize:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTDouble:()I
            invokevirtual sun.jvm.hotspot.runtime.SignatureInfo.set:(II)V
            return
        end local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/SignatureInfo;

  public void doByte();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
         0: .line 47
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTByteSize:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTByte:()I
            invokevirtual sun.jvm.hotspot.runtime.SignatureInfo.set:(II)V
            return
        end local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/SignatureInfo;

  public void doShort();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
         0: .line 48
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTShortSize:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTShort:()I
            invokevirtual sun.jvm.hotspot.runtime.SignatureInfo.set:(II)V
            return
        end local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/SignatureInfo;

  public void doInt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
         0: .line 49
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTIntSize:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTInt:()I
            invokevirtual sun.jvm.hotspot.runtime.SignatureInfo.set:(II)V
            return
        end local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/SignatureInfo;

  public void doLong();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
         0: .line 50
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTLongSize:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTLong:()I
            invokevirtual sun.jvm.hotspot.runtime.SignatureInfo.set:(II)V
            return
        end local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/SignatureInfo;

  public void doVoid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
         0: .line 51
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTVoidSize:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTVoid:()I
            invokevirtual sun.jvm.hotspot.runtime.SignatureInfo.set:(II)V
            return
        end local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/SignatureInfo;

  public void doObject(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
        start local 1 // int begin
        start local 2 // int end
         0: .line 52
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTObjectSize:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTObject:()I
            invokevirtual sun.jvm.hotspot.runtime.SignatureInfo.set:(II)V
            return
        end local 2 // int end
        end local 1 // int begin
        end local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/runtime/SignatureInfo;
            0    1     1  begin  I
            0    1     2    end  I
    MethodParameters:
       Name  Flags
      begin  
      end    

  public void doArray(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
        start local 1 // int begin
        start local 2 // int end
         0: .line 53
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.BasicTypeSize.getTArraySize:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTArray:()I
            invokevirtual sun.jvm.hotspot.runtime.SignatureInfo.set:(II)V
            return
        end local 2 // int end
        end local 1 // int begin
        end local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/runtime/SignatureInfo;
            0    1     1  begin  I
            0    1     2    end  I
    MethodParameters:
       Name  Flags
      begin  
      end    

  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.SignatureInfo this
        start local 1 // sun.jvm.hotspot.oops.Symbol signature
         0: .line 56
            aload 0 /* this */
            aload 1 /* signature */
            invokespecial sun.jvm.hotspot.runtime.SignatureIterator.<init>:(Lsun/jvm/hotspot/oops/Symbol;)V
         1: .line 58
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTIllegal:()I
            putfield sun.jvm.hotspot.runtime.SignatureInfo.type:I
         2: .line 59
            return
        end local 1 // sun.jvm.hotspot.oops.Symbol signature
        end local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lsun/jvm/hotspot/runtime/SignatureInfo;
            0    3     1  signature  Lsun/jvm/hotspot/oops/Symbol;
    MethodParameters:
           Name  Flags
      signature  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
         0: .line 61
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureInfo.lazyIterate:()V
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureInfo.size:I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/SignatureInfo;

  public int type();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
         0: .line 62
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.SignatureInfo.lazyIterate:()V
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.SignatureInfo.type:I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.SignatureInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/SignatureInfo;
}
SourceFile: "SignatureInfo.java"