public class com.sun.tools.javac.tree.DCTree$DCInheritDoc extends com.sun.tools.javac.tree.DCTree$DCInlineTag implements com.sun.source.doctree.InheritDocTree
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.tree.DCTree$DCInheritDoc
  super_class: com.sun.tools.javac.tree.DCTree$DCInlineTag
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.DCTree$DCInheritDoc this
         0: .line 507
            aload 0 /* this */
            invokespecial com.sun.tools.javac.tree.DCTree$DCInlineTag.<init>:()V
            return
        end local 0 // com.sun.tools.javac.tree.DCTree$DCInheritDoc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCInheritDoc;

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

  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$DCInheritDoc this
        start local 1 // com.sun.source.doctree.DocTreeVisitor v
        start local 2 // java.lang.Object d
         0: .line 515
            aload 1 /* v */
            aload 0 /* this */
            aload 2 /* d */
            invokeinterface com.sun.source.doctree.DocTreeVisitor.visitInheritDoc:(Lcom/sun/source/doctree/InheritDocTree;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$DCInheritDoc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCInheritDoc;
            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     
}
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 DCInheritDoc = com.sun.tools.javac.tree.DCTree$DCInheritDoc of com.sun.tools.javac.tree.DCTree
  public abstract DCInlineTag = com.sun.tools.javac.tree.DCTree$DCInlineTag of com.sun.tools.javac.tree.DCTree