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

  void <init>(com.sun.tools.javac.tree.DCTree$DCReference);
    descriptor: (Lcom/sun/tools/javac/tree/DCTree$DCReference;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.tree.DCTree$DCValue this
        start local 1 // com.sun.tools.javac.tree.DCTree$DCReference ref
         0: .line 1039
            aload 0 /* this */
            invokespecial com.sun.tools.javac.tree.DCTree$DCInlineTag.<init>:()V
         1: .line 1040
            aload 0 /* this */
            aload 1 /* ref */
            putfield com.sun.tools.javac.tree.DCTree$DCValue.ref:Lcom/sun/tools/javac/tree/DCTree$DCReference;
         2: .line 1041
            return
        end local 1 // com.sun.tools.javac.tree.DCTree$DCReference ref
        end local 0 // com.sun.tools.javac.tree.DCTree$DCValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/tree/DCTree$DCValue;
            0    3     1   ref  Lcom/sun/tools/javac/tree/DCTree$DCReference;
    MethodParameters:
      Name  Flags
      ref   

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

  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$DCValue this
        start local 1 // com.sun.source.doctree.DocTreeVisitor v
        start local 2 // java.lang.Object d
         0: .line 1050
            aload 1 /* v */
            aload 0 /* this */
            aload 2 /* d */
            invokeinterface com.sun.source.doctree.DocTreeVisitor.visitValue:(Lcom/sun/source/doctree/ValueTree;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$DCValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCValue;
            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.source.doctree.ReferenceTree getReference();
    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$DCValue this
         0: .line 1055
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCValue.ref:Lcom/sun/tools/javac/tree/DCTree$DCReference;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCValue;
}
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 DCReference = com.sun.tools.javac.tree.DCTree$DCReference of com.sun.tools.javac.tree.DCTree
  public DCValue = com.sun.tools.javac.tree.DCTree$DCValue of com.sun.tools.javac.tree.DCTree