class com.sun.tools.javac.api.JavacTrees$8 implements com.sun.tools.javac.tree.DocCommentTable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.api.JavacTrees$8
  super_class: java.lang.Object
{
  final com.sun.tools.javac.api.JavacTrees this$0;
    descriptor: Lcom/sun/tools/javac/api/JavacTrees;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.sun.source.doctree.DocCommentTree val$dcTree;
    descriptor: Lcom/sun/source/doctree/DocCommentTree;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.api.JavacTrees, com.sun.source.doctree.DocCommentTree);
    descriptor: (Lcom/sun/tools/javac/api/JavacTrees;Lcom/sun/source/doctree/DocCommentTree;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.api.JavacTrees$8 this
         0: .line 1330
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.api.JavacTrees$8.this$0:Lcom/sun/tools/javac/api/JavacTrees;
            aload 0 /* this */
            aload 2
            putfield com.sun.tools.javac.api.JavacTrees$8.val$dcTree:Lcom/sun/source/doctree/DocCommentTree;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.javac.api.JavacTrees$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/api/JavacTrees$8;
    MethodParameters:
            Name  Flags
      this$0      final
      val$dcTree  final

  public boolean hasComment(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.api.JavacTrees$8 this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 1333
            iconst_0
            ireturn
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.api.JavacTrees$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/api/JavacTrees$8;
            0    1     1  tree  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      tree  

  public com.sun.tools.javac.parser.Tokens$Comment getComment(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/parser/Tokens$Comment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.api.JavacTrees$8 this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 1338
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.api.JavacTrees$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/api/JavacTrees$8;
            0    1     1  tree  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      tree  

  public java.lang.String getCommentText(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.api.JavacTrees$8 this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 1343
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.api.JavacTrees$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/api/JavacTrees$8;
            0    1     1  tree  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      tree  

  public com.sun.tools.javac.tree.DCTree$DCDocComment getCommentTree(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/tree/DCTree$DCDocComment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.api.JavacTrees$8 this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 1348
            aload 0 /* this */
            getfield com.sun.tools.javac.api.JavacTrees$8.val$dcTree:Lcom/sun/source/doctree/DocCommentTree;
            checkcast com.sun.tools.javac.tree.DCTree$DCDocComment
            areturn
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.api.JavacTrees$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/api/JavacTrees$8;
            0    1     1  tree  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      tree  

  public void putComment(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.parser.Tokens$Comment);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/parser/Tokens$Comment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.api.JavacTrees$8 this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
        start local 2 // com.sun.tools.javac.parser.Tokens$Comment c
         0: .line 1353
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // com.sun.tools.javac.parser.Tokens$Comment c
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.api.JavacTrees$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/api/JavacTrees$8;
            0    1     1  tree  Lcom/sun/tools/javac/tree/JCTree;
            0    1     2     c  Lcom/sun/tools/javac/parser/Tokens$Comment;
    MethodParameters:
      Name  Flags
      tree  
      c     
}
SourceFile: "JavacTrees.java"
EnclosingMethod: com.sun.tools.javac.api.JavacTrees.makeTreePath:(Lcom/sun/tools/javac/code/Symbol$PackageSymbol;Ljavax/tools/JavaFileObject;Lcom/sun/source/doctree/DocCommentTree;)Lcom/sun/source/util/TreePath;
NestHost: com.sun.tools.javac.api.JavacTrees
InnerClasses:
  com.sun.tools.javac.api.JavacTrees$8
  public PackageSymbol = com.sun.tools.javac.code.Symbol$PackageSymbol of com.sun.tools.javac.code.Symbol
  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