class org.apache.tomcat.util.http.MimeHeaderField
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.tomcat.util.http.MimeHeaderField
  super_class: java.lang.Object
{
  private final org.apache.tomcat.util.buf.MessageBytes nameB;
    descriptor: Lorg/apache/tomcat/util/buf/MessageBytes;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.tomcat.util.buf.MessageBytes valueB;
    descriptor: Lorg/apache/tomcat/util/buf/MessageBytes;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.http.MimeHeaderField this
         0: .line 514
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 508
            aload 0 /* this */
            invokestatic org.apache.tomcat.util.buf.MessageBytes.newInstance:()Lorg/apache/tomcat/util/buf/MessageBytes;
            putfield org.apache.tomcat.util.http.MimeHeaderField.nameB:Lorg/apache/tomcat/util/buf/MessageBytes;
         2: .line 509
            aload 0 /* this */
            invokestatic org.apache.tomcat.util.buf.MessageBytes.newInstance:()Lorg/apache/tomcat/util/buf/MessageBytes;
            putfield org.apache.tomcat.util.http.MimeHeaderField.valueB:Lorg/apache/tomcat/util/buf/MessageBytes;
         3: .line 516
            return
        end local 0 // org.apache.tomcat.util.http.MimeHeaderField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/tomcat/util/http/MimeHeaderField;

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.http.MimeHeaderField this
         0: .line 519
            aload 0 /* this */
            getfield org.apache.tomcat.util.http.MimeHeaderField.nameB:Lorg/apache/tomcat/util/buf/MessageBytes;
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.recycle:()V
         1: .line 520
            aload 0 /* this */
            getfield org.apache.tomcat.util.http.MimeHeaderField.valueB:Lorg/apache/tomcat/util/buf/MessageBytes;
            invokevirtual org.apache.tomcat.util.buf.MessageBytes.recycle:()V
         2: .line 521
            return
        end local 0 // org.apache.tomcat.util.http.MimeHeaderField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/tomcat/util/http/MimeHeaderField;

  public org.apache.tomcat.util.buf.MessageBytes getName();
    descriptor: ()Lorg/apache/tomcat/util/buf/MessageBytes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.http.MimeHeaderField this
         0: .line 524
            aload 0 /* this */
            getfield org.apache.tomcat.util.http.MimeHeaderField.nameB:Lorg/apache/tomcat/util/buf/MessageBytes;
            areturn
        end local 0 // org.apache.tomcat.util.http.MimeHeaderField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/http/MimeHeaderField;

  public org.apache.tomcat.util.buf.MessageBytes getValue();
    descriptor: ()Lorg/apache/tomcat/util/buf/MessageBytes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.http.MimeHeaderField this
         0: .line 528
            aload 0 /* this */
            getfield org.apache.tomcat.util.http.MimeHeaderField.valueB:Lorg/apache/tomcat/util/buf/MessageBytes;
            areturn
        end local 0 // org.apache.tomcat.util.http.MimeHeaderField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/http/MimeHeaderField;
}
SourceFile: "MimeHeaders.java"