public class com.sun.tools.javac.tree.DCTree$DCSerialField extends com.sun.tools.javac.tree.DCTree$DCBlockTag implements com.sun.source.doctree.SerialFieldTree
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.tree.DCTree$DCSerialField
  super_class: com.sun.tools.javac.tree.DCTree$DCBlockTag
{
  public final com.sun.tools.javac.tree.DCTree$DCIdentifier name;
    descriptor: Lcom/sun/tools/javac/tree/DCTree$DCIdentifier;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final com.sun.tools.javac.tree.DCTree$DCReference type;
    descriptor: Lcom/sun/tools/javac/tree/DCTree$DCReference;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.util.List<com.sun.tools.javac.tree.DCTree> description;
    descriptor: Ljava/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;

  void <init>(com.sun.tools.javac.tree.DCTree$DCIdentifier, com.sun.tools.javac.tree.DCTree$DCReference, java.util.List<com.sun.tools.javac.tree.DCTree>);
    descriptor: (Lcom/sun/tools/javac/tree/DCTree$DCIdentifier;Lcom/sun/tools/javac/tree/DCTree$DCReference;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.tree.DCTree$DCSerialField this
        start local 1 // com.sun.tools.javac.tree.DCTree$DCIdentifier name
        start local 2 // com.sun.tools.javac.tree.DCTree$DCReference type
        start local 3 // java.util.List description
         0: .line 775
            aload 0 /* this */
            invokespecial com.sun.tools.javac.tree.DCTree$DCBlockTag.<init>:()V
         1: .line 776
            aload 0 /* this */
            aload 3 /* description */
            putfield com.sun.tools.javac.tree.DCTree$DCSerialField.description:Ljava/util/List;
         2: .line 777
            aload 0 /* this */
            aload 1 /* name */
            putfield com.sun.tools.javac.tree.DCTree$DCSerialField.name:Lcom/sun/tools/javac/tree/DCTree$DCIdentifier;
         3: .line 778
            aload 0 /* this */
            aload 2 /* type */
            putfield com.sun.tools.javac.tree.DCTree$DCSerialField.type:Lcom/sun/tools/javac/tree/DCTree$DCReference;
         4: .line 779
            return
        end local 3 // java.util.List description
        end local 2 // com.sun.tools.javac.tree.DCTree$DCReference type
        end local 1 // com.sun.tools.javac.tree.DCTree$DCIdentifier name
        end local 0 // com.sun.tools.javac.tree.DCTree$DCSerialField this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/sun/tools/javac/tree/DCTree$DCSerialField;
            0    5     1         name  Lcom/sun/tools/javac/tree/DCTree$DCIdentifier;
            0    5     2         type  Lcom/sun/tools/javac/tree/DCTree$DCReference;
            0    5     3  description  Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
    Signature: (Lcom/sun/tools/javac/tree/DCTree$DCIdentifier;Lcom/sun/tools/javac/tree/DCTree$DCReference;Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;)V
    MethodParameters:
             Name  Flags
      name         
      type         
      description  

  public com.sun.source.doctree.DocTree$Kind getKind();
    descriptor: ()Lcom/sun/source/doctree/DocTree$Kind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.DCTree$DCSerialField this
         0: .line 783
            getstatic com.sun.source.doctree.DocTree$Kind.SERIAL_FIELD:Lcom/sun/source/doctree/DocTree$Kind;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCSerialField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCSerialField;

  public <R, D> R accept(com.sun.source.doctree.DocTreeVisitor<R, D>, );
    descriptor: (Lcom/sun/source/doctree/DocTreeVisitor;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.tree.DCTree$DCSerialField this
        start local 1 // com.sun.source.doctree.DocTreeVisitor v
        start local 2 // java.lang.Object d
         0: .line 788
            aload 1 /* v */
            aload 0 /* this */
            aload 2 /* d */
            invokeinterface com.sun.source.doctree.DocTreeVisitor.visitSerialField:(Lcom/sun/source/doctree/SerialFieldTree;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object d
        end local 1 // com.sun.source.doctree.DocTreeVisitor v
        end local 0 // com.sun.tools.javac.tree.DCTree$DCSerialField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCSerialField;
            0    1     1     v  Lcom/sun/source/doctree/DocTreeVisitor<TR;TD;>;
            0    1     2     d  TD;
    Signature: <R:Ljava/lang/Object;D:Ljava/lang/Object;>(Lcom/sun/source/doctree/DocTreeVisitor<TR;TD;>;TD;)TR;
    MethodParameters:
      Name  Flags
      v     
      d     

  public java.util.List<? extends com.sun.source.doctree.DocTree> getDescription();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.DCTree$DCSerialField this
         0: .line 793
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCSerialField.description:Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCSerialField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCSerialField;
    Signature: ()Ljava/util/List<+Lcom/sun/source/doctree/DocTree;>;

  public com.sun.source.doctree.IdentifierTree getName();
    descriptor: ()Lcom/sun/source/doctree/IdentifierTree;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.DCTree$DCSerialField this
         0: .line 798
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCSerialField.name:Lcom/sun/tools/javac/tree/DCTree$DCIdentifier;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCSerialField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCSerialField;

  public com.sun.source.doctree.ReferenceTree getType();
    descriptor: ()Lcom/sun/source/doctree/ReferenceTree;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.DCTree$DCSerialField this
         0: .line 803
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCSerialField.type:Lcom/sun/tools/javac/tree/DCTree$DCReference;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCSerialField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCSerialField;
}
SourceFile: "DCTree.java"
NestHost: com.sun.tools.javac.tree.DCTree
InnerClasses:
  public final Kind = com.sun.source.doctree.DocTree$Kind of com.sun.source.doctree.DocTree
  public abstract DCBlockTag = com.sun.tools.javac.tree.DCTree$DCBlockTag of com.sun.tools.javac.tree.DCTree
  public DCIdentifier = com.sun.tools.javac.tree.DCTree$DCIdentifier of com.sun.tools.javac.tree.DCTree
  public DCReference = com.sun.tools.javac.tree.DCTree$DCReference of com.sun.tools.javac.tree.DCTree
  public DCSerialField = com.sun.tools.javac.tree.DCTree$DCSerialField of com.sun.tools.javac.tree.DCTree