public class com.sun.tools.javac.tree.DCTree$DCDocComment extends com.sun.tools.javac.tree.DCTree implements com.sun.source.doctree.DocCommentTree
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.tree.DCTree$DCDocComment
  super_class: com.sun.tools.javac.tree.DCTree
{
  public final com.sun.tools.javac.parser.Tokens$Comment comment;
    descriptor: Lcom/sun/tools/javac/parser/Tokens$Comment;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

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

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

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

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

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

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

  public void <init>(com.sun.tools.javac.parser.Tokens$Comment, java.util.List<com.sun.tools.javac.tree.DCTree>, java.util.List<com.sun.tools.javac.tree.DCTree>, java.util.List<com.sun.tools.javac.tree.DCTree>, java.util.List<com.sun.tools.javac.tree.DCTree>, java.util.List<com.sun.tools.javac.tree.DCTree>, java.util.List<com.sun.tools.javac.tree.DCTree>);
    descriptor: (Lcom/sun/tools/javac/parser/Tokens$Comment;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // com.sun.tools.javac.tree.DCTree$DCDocComment this
        start local 1 // com.sun.tools.javac.parser.Tokens$Comment comment
        start local 2 // java.util.List fullBody
        start local 3 // java.util.List firstSentence
        start local 4 // java.util.List body
        start local 5 // java.util.List tags
        start local 6 // java.util.List preamble
        start local 7 // java.util.List postamble
         0: .line 115
            aload 0 /* this */
            invokespecial com.sun.tools.javac.tree.DCTree.<init>:()V
         1: .line 122
            aload 0 /* this */
            aload 1 /* comment */
            putfield com.sun.tools.javac.tree.DCTree$DCDocComment.comment:Lcom/sun/tools/javac/parser/Tokens$Comment;
         2: .line 123
            aload 0 /* this */
            aload 3 /* firstSentence */
            putfield com.sun.tools.javac.tree.DCTree$DCDocComment.firstSentence:Ljava/util/List;
         3: .line 124
            aload 0 /* this */
            aload 2 /* fullBody */
            putfield com.sun.tools.javac.tree.DCTree$DCDocComment.fullBody:Ljava/util/List;
         4: .line 125
            aload 0 /* this */
            aload 4 /* body */
            putfield com.sun.tools.javac.tree.DCTree$DCDocComment.body:Ljava/util/List;
         5: .line 126
            aload 0 /* this */
            aload 5 /* tags */
            putfield com.sun.tools.javac.tree.DCTree$DCDocComment.tags:Ljava/util/List;
         6: .line 127
            aload 0 /* this */
            aload 6 /* preamble */
            putfield com.sun.tools.javac.tree.DCTree$DCDocComment.preamble:Ljava/util/List;
         7: .line 128
            aload 0 /* this */
            aload 7 /* postamble */
            putfield com.sun.tools.javac.tree.DCTree$DCDocComment.postamble:Ljava/util/List;
         8: .line 129
            return
        end local 7 // java.util.List postamble
        end local 6 // java.util.List preamble
        end local 5 // java.util.List tags
        end local 4 // java.util.List body
        end local 3 // java.util.List firstSentence
        end local 2 // java.util.List fullBody
        end local 1 // com.sun.tools.javac.parser.Tokens$Comment comment
        end local 0 // com.sun.tools.javac.tree.DCTree$DCDocComment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lcom/sun/tools/javac/tree/DCTree$DCDocComment;
            0    9     1        comment  Lcom/sun/tools/javac/parser/Tokens$Comment;
            0    9     2       fullBody  Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
            0    9     3  firstSentence  Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
            0    9     4           body  Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
            0    9     5           tags  Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
            0    9     6       preamble  Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
            0    9     7      postamble  Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
    Signature: (Lcom/sun/tools/javac/parser/Tokens$Comment;Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;)V
    MethodParameters:
               Name  Flags
      comment        
      fullBody       
      firstSentence  
      body           
      tags           
      preamble       
      postamble      

  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$DCDocComment this
         0: .line 133
            getstatic com.sun.source.doctree.DocTree$Kind.DOC_COMMENT:Lcom/sun/source/doctree/DocTree$Kind;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCDocComment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCDocComment;

  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$DCDocComment this
        start local 1 // com.sun.source.doctree.DocTreeVisitor v
        start local 2 // java.lang.Object d
         0: .line 138
            aload 1 /* v */
            aload 0 /* this */
            aload 2 /* d */
            invokeinterface com.sun.source.doctree.DocTreeVisitor.visitDocComment:(Lcom/sun/source/doctree/DocCommentTree;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$DCDocComment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCDocComment;
            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> getFirstSentence();
    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$DCDocComment this
         0: .line 143
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCDocComment.firstSentence:Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCDocComment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCDocComment;
    Signature: ()Ljava/util/List<+Lcom/sun/source/doctree/DocTree;>;

  public java.util.List<? extends com.sun.source.doctree.DocTree> getFullBody();
    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$DCDocComment this
         0: .line 148
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCDocComment.fullBody:Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCDocComment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCDocComment;
    Signature: ()Ljava/util/List<+Lcom/sun/source/doctree/DocTree;>;

  public java.util.List<? extends com.sun.source.doctree.DocTree> getBody();
    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$DCDocComment this
         0: .line 153
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCDocComment.body:Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCDocComment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCDocComment;
    Signature: ()Ljava/util/List<+Lcom/sun/source/doctree/DocTree;>;

  public java.util.List<? extends com.sun.source.doctree.DocTree> getBlockTags();
    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$DCDocComment this
         0: .line 158
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCDocComment.tags:Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCDocComment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCDocComment;
    Signature: ()Ljava/util/List<+Lcom/sun/source/doctree/DocTree;>;

  public java.util.List<? extends com.sun.source.doctree.DocTree> getPreamble();
    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$DCDocComment this
         0: .line 163
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCDocComment.preamble:Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCDocComment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCDocComment;
    Signature: ()Ljava/util/List<+Lcom/sun/source/doctree/DocTree;>;

  public java.util.List<? extends com.sun.source.doctree.DocTree> getPostamble();
    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$DCDocComment this
         0: .line 168
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCDocComment.postamble:Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCDocComment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCDocComment;
    Signature: ()Ljava/util/List<+Lcom/sun/source/doctree/DocTree;>;
}
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 Comment = com.sun.tools.javac.parser.Tokens$Comment of com.sun.tools.javac.parser.Tokens
  public DCDocComment = com.sun.tools.javac.tree.DCTree$DCDocComment of com.sun.tools.javac.tree.DCTree