final class jdk.jfr.consumer.ParserFactory$LongParser extends jdk.jfr.consumer.Parser
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.jfr.consumer.ParserFactory$LongParser
  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$LongParser this
         0: .line 186
            aload 0 /* this */
            invokespecial jdk.jfr.consumer.Parser.<init>:()V
            return
        end local 0 // jdk.jfr.consumer.ParserFactory$LongParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jfr/consumer/ParserFactory$LongParser;

  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=2, locals=2, args_size=2
        start local 0 // jdk.jfr.consumer.ParserFactory$LongParser this
        start local 1 // jdk.jfr.internal.consumer.RecordingInput input
         0: .line 189
            aload 1 /* input */
            invokevirtual jdk.jfr.internal.consumer.RecordingInput.readLong:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 1 // jdk.jfr.internal.consumer.RecordingInput input
        end local 0 // jdk.jfr.consumer.ParserFactory$LongParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/jfr/consumer/ParserFactory$LongParser;
            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 LongParser = jdk.jfr.consumer.ParserFactory$LongParser of jdk.jfr.consumer.ParserFactory