public class com.sun.tools.javac.tree.DCTree$DCAttribute extends com.sun.tools.javac.tree.DCTree implements com.sun.source.doctree.AttributeTree
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.tree.DCTree$DCAttribute
  super_class: com.sun.tools.javac.tree.DCTree
{
  public final javax.lang.model.element.Name name;
    descriptor: Ljavax/lang/model/element/Name;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final com.sun.source.doctree.AttributeTree$ValueKind vkind;
    descriptor: Lcom/sun/source/doctree/AttributeTree$ValueKind;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

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

  void <init>(javax.lang.model.element.Name, com.sun.source.doctree.AttributeTree$ValueKind, java.util.List<com.sun.tools.javac.tree.DCTree>);
    descriptor: (Ljavax/lang/model/element/Name;Lcom/sun/source/doctree/AttributeTree$ValueKind;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.tree.DCTree$DCAttribute this
        start local 1 // javax.lang.model.element.Name name
        start local 2 // com.sun.source.doctree.AttributeTree$ValueKind vkind
        start local 3 // java.util.List value
         0: .line 191
            aload 0 /* this */
            invokespecial com.sun.tools.javac.tree.DCTree.<init>:()V
         1: .line 192
            aload 2 /* vkind */
            getstatic com.sun.source.doctree.AttributeTree$ValueKind.EMPTY:Lcom/sun/source/doctree/AttributeTree$ValueKind;
            if_acmpne 3
            aload 3 /* value */
            ifnonnull 2
            iconst_1
            goto 5
      StackMap locals: com.sun.tools.javac.tree.DCTree$DCAttribute javax.lang.model.element.Name com.sun.source.doctree.AttributeTree$ValueKind java.util.List
      StackMap stack:
         2: iconst_0
            goto 5
      StackMap locals:
      StackMap stack:
         3: aload 3 /* value */
            ifnull 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         6: .line 193
            aload 0 /* this */
            aload 1 /* name */
            putfield com.sun.tools.javac.tree.DCTree$DCAttribute.name:Ljavax/lang/model/element/Name;
         7: .line 194
            aload 0 /* this */
            aload 2 /* vkind */
            putfield com.sun.tools.javac.tree.DCTree$DCAttribute.vkind:Lcom/sun/source/doctree/AttributeTree$ValueKind;
         8: .line 195
            aload 0 /* this */
            aload 3 /* value */
            putfield com.sun.tools.javac.tree.DCTree$DCAttribute.value:Ljava/util/List;
         9: .line 196
            return
        end local 3 // java.util.List value
        end local 2 // com.sun.source.doctree.AttributeTree$ValueKind vkind
        end local 1 // javax.lang.model.element.Name name
        end local 0 // com.sun.tools.javac.tree.DCTree$DCAttribute this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lcom/sun/tools/javac/tree/DCTree$DCAttribute;
            0   10     1   name  Ljavax/lang/model/element/Name;
            0   10     2  vkind  Lcom/sun/source/doctree/AttributeTree$ValueKind;
            0   10     3  value  Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
    Signature: (Ljavax/lang/model/element/Name;Lcom/sun/source/doctree/AttributeTree$ValueKind;Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;)V
    MethodParameters:
       Name  Flags
      name   
      vkind  
      value  

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

  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$DCAttribute this
        start local 1 // com.sun.source.doctree.DocTreeVisitor v
        start local 2 // java.lang.Object d
         0: .line 205
            aload 1 /* v */
            aload 0 /* this */
            aload 2 /* d */
            invokeinterface com.sun.source.doctree.DocTreeVisitor.visitAttribute:(Lcom/sun/source/doctree/AttributeTree;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$DCAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCAttribute;
            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 javax.lang.model.element.Name getName();
    descriptor: ()Ljavax/lang/model/element/Name;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.DCTree$DCAttribute this
         0: .line 210
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCAttribute.name:Ljavax/lang/model/element/Name;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCAttribute;

  public com.sun.source.doctree.AttributeTree$ValueKind getValueKind();
    descriptor: ()Lcom/sun/source/doctree/AttributeTree$ValueKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.DCTree$DCAttribute this
         0: .line 215
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCAttribute.vkind:Lcom/sun/source/doctree/AttributeTree$ValueKind;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCAttribute;

  public java.util.List<com.sun.tools.javac.tree.DCTree> getValue();
    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$DCAttribute this
         0: .line 220
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCAttribute.value:Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCAttribute;
    Signature: ()Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
}
SourceFile: "DCTree.java"
NestHost: com.sun.tools.javac.tree.DCTree
InnerClasses:
  public final ValueKind = com.sun.source.doctree.AttributeTree$ValueKind of com.sun.source.doctree.AttributeTree
  public final Kind = com.sun.source.doctree.DocTree$Kind of com.sun.source.doctree.DocTree
  public DCAttribute = com.sun.tools.javac.tree.DCTree$DCAttribute of com.sun.tools.javac.tree.DCTree