class org.glassfish.grizzly.http.ajp.AjpMessageFilter$1 implements org.glassfish.grizzly.utils.NullaryFunction<org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.http.ajp.AjpMessageFilter$1
  super_class: java.lang.Object
{
  final org.glassfish.grizzly.http.ajp.AjpMessageFilter this$0;
    descriptor: Lorg/glassfish/grizzly/http/ajp/AjpMessageFilter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.glassfish.grizzly.http.ajp.AjpMessageFilter);
    descriptor: (Lorg/glassfish/grizzly/http/ajp/AjpMessageFilter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.ajp.AjpMessageFilter$1 this
         0: .line 39
            aload 0 /* this */
            aload 1
            putfield org.glassfish.grizzly.http.ajp.AjpMessageFilter$1.this$0:Lorg/glassfish/grizzly/http/ajp/AjpMessageFilter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.http.ajp.AjpMessageFilter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/ajp/AjpMessageFilter$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState evaluate();
    descriptor: ()Lorg/glassfish/grizzly/http/ajp/AjpMessageFilter$ParsingState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.ajp.AjpMessageFilter$1 this
         0: .line 43
            new org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState
            dup
            invokespecial org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState.<init>:()V
            areturn
        end local 0 // org.glassfish.grizzly.http.ajp.AjpMessageFilter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/ajp/AjpMessageFilter$1;

  public java.lang.Object evaluate();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.glassfish.grizzly.http.ajp.AjpMessageFilter$1.evaluate:()Lorg/glassfish/grizzly/http/ajp/AjpMessageFilter$ParsingState;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/glassfish/grizzly/utils/NullaryFunction<Lorg/glassfish/grizzly/http/ajp/AjpMessageFilter$ParsingState;>;
SourceFile: "AjpMessageFilter.java"
EnclosingMethod: org.glassfish.grizzly.http.ajp.AjpMessageFilter
NestHost: org.glassfish.grizzly.http.ajp.AjpMessageFilter
InnerClasses:
  org.glassfish.grizzly.http.ajp.AjpMessageFilter$1
  final ParsingState = org.glassfish.grizzly.http.ajp.AjpMessageFilter$ParsingState of org.glassfish.grizzly.http.ajp.AjpMessageFilter