final class jdk.jfr.consumer.ParserFactory$IntegerParser extends jdk.jfr.consumer.Parser
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.jfr.consumer.ParserFactory$IntegerParser
  super_class: jdk.jfr.consumer.Parser
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.jfr.consumer.ParserFactory$IntegerParser this
         0: .line 193
            aload 0 /* this */
            invokespecial jdk.jfr.consumer.Parser.<init>:()V
            return
        end local 0 // jdk.jfr.consumer.ParserFactory$IntegerParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jfr/consumer/ParserFactory$IntegerParser;

  public java.lang.Object parse(jdk.jfr.internal.consumer.RecordingInput);
    descriptor: (Ljdk/jfr/internal/consumer/RecordingInput;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.jfr.consumer.ParserFactory$IntegerParser this
        start local 1 // jdk.jfr.internal.consumer.RecordingInput input
         0: .line 196
            aload 1 /* input */
            invokevirtual jdk.jfr.internal.consumer.RecordingInput.readInt:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 1 // jdk.jfr.internal.consumer.RecordingInput input
        end local 0 // jdk.jfr.consumer.ParserFactory$IntegerParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/jfr/consumer/ParserFactory$IntegerParser;
            0    1     1  input  Ljdk/jfr/internal/consumer/RecordingInput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  
}
SourceFile: "ParserFactory.java"
NestHost: jdk.jfr.consumer.ParserFactory
InnerClasses:
  private final IntegerParser = jdk.jfr.consumer.ParserFactory$IntegerParser of jdk.jfr.consumer.ParserFactory