public class com.sun.tools.javac.tree.DCTree$DCLiteral extends com.sun.tools.javac.tree.DCTree$DCInlineTag implements com.sun.source.doctree.LiteralTree
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.tree.DCTree$DCLiteral
  super_class: com.sun.tools.javac.tree.DCTree$DCInlineTag
{
  public final com.sun.source.doctree.DocTree$Kind kind;
    descriptor: Lcom/sun/source/doctree/DocTree$Kind;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

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

  void <init>(com.sun.source.doctree.DocTree$Kind, com.sun.tools.javac.tree.DCTree$DCText);
    descriptor: (Lcom/sun/source/doctree/DocTree$Kind;Lcom/sun/tools/javac/tree/DCTree$DCText;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.tree.DCTree$DCLiteral this
        start local 1 // com.sun.source.doctree.DocTree$Kind kind
        start local 2 // com.sun.tools.javac.tree.DCTree$DCText body
         0: .line 556
            aload 0 /* this */
            invokespecial com.sun.tools.javac.tree.DCTree$DCInlineTag.<init>:()V
         1: .line 557
            aload 1 /* kind */
            getstatic com.sun.source.doctree.DocTree$Kind.CODE:Lcom/sun/source/doctree/DocTree$Kind;
            if_acmpeq 2
            aload 1 /* kind */
            getstatic com.sun.source.doctree.DocTree$Kind.LITERAL:Lcom/sun/source/doctree/DocTree$Kind;
            if_acmpeq 2
            iconst_0
            goto 3
      StackMap locals: com.sun.tools.javac.tree.DCTree$DCLiteral com.sun.source.doctree.DocTree$Kind com.sun.tools.javac.tree.DCTree$DCText
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         4: .line 558
            aload 0 /* this */
            aload 1 /* kind */
            putfield com.sun.tools.javac.tree.DCTree$DCLiteral.kind:Lcom/sun/source/doctree/DocTree$Kind;
         5: .line 559
            aload 0 /* this */
            aload 2 /* body */
            putfield com.sun.tools.javac.tree.DCTree$DCLiteral.body:Lcom/sun/tools/javac/tree/DCTree$DCText;
         6: .line 560
            return
        end local 2 // com.sun.tools.javac.tree.DCTree$DCText body
        end local 1 // com.sun.source.doctree.DocTree$Kind kind
        end local 0 // com.sun.tools.javac.tree.DCTree$DCLiteral this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/tree/DCTree$DCLiteral;
            0    7     1  kind  Lcom/sun/source/doctree/DocTree$Kind;
            0    7     2  body  Lcom/sun/tools/javac/tree/DCTree$DCText;
    MethodParameters:
      Name  Flags
      kind  
      body  

  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$DCLiteral this
         0: .line 564
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCLiteral.kind:Lcom/sun/source/doctree/DocTree$Kind;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCLiteral this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCLiteral;

  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$DCLiteral this
        start local 1 // com.sun.source.doctree.DocTreeVisitor v
        start local 2 // java.lang.Object d
         0: .line 569
            aload 1 /* v */
            aload 0 /* this */
            aload 2 /* d */
            invokeinterface com.sun.source.doctree.DocTreeVisitor.visitLiteral:(Lcom/sun/source/doctree/LiteralTree;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$DCLiteral this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCLiteral;
            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 com.sun.tools.javac.tree.DCTree$DCText getBody();
    descriptor: ()Lcom/sun/tools/javac/tree/DCTree$DCText;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.DCTree$DCLiteral this
         0: .line 574
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCLiteral.body:Lcom/sun/tools/javac/tree/DCTree$DCText;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCLiteral this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCLiteral;

  public com.sun.source.doctree.TextTree getBody();
    descriptor: ()Lcom/sun/source/doctree/TextTree;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.tools.javac.tree.DCTree$DCLiteral.getBody:()Lcom/sun/tools/javac/tree/DCTree$DCText;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
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 DCInlineTag = com.sun.tools.javac.tree.DCTree$DCInlineTag of com.sun.tools.javac.tree.DCTree
  public DCLiteral = com.sun.tools.javac.tree.DCTree$DCLiteral of com.sun.tools.javac.tree.DCTree
  public DCText = com.sun.tools.javac.tree.DCTree$DCText of com.sun.tools.javac.tree.DCTree