public class com.sun.tools.javac.tree.DCTree$DCReturn extends com.sun.tools.javac.tree.DCTree$DCEndPosTree<com.sun.tools.javac.tree.DCTree$DCReturn> implements com.sun.source.doctree.ReturnTree
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.tree.DCTree$DCReturn
  super_class: com.sun.tools.javac.tree.DCTree$DCEndPosTree
{
  public final boolean inline;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

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

  void <init>(boolean, java.util.List<com.sun.tools.javac.tree.DCTree>);
    descriptor: (ZLjava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.tree.DCTree$DCReturn this
        start local 1 // boolean inline
        start local 2 // java.util.List description
         0: .line 684
            aload 0 /* this */
            invokespecial com.sun.tools.javac.tree.DCTree$DCEndPosTree.<init>:()V
         1: .line 685
            aload 0 /* this */
            iload 1 /* inline */
            putfield com.sun.tools.javac.tree.DCTree$DCReturn.inline:Z
         2: .line 686
            aload 0 /* this */
            aload 2 /* description */
            putfield com.sun.tools.javac.tree.DCTree$DCReturn.description:Ljava/util/List;
         3: .line 687
            return
        end local 2 // java.util.List description
        end local 1 // boolean inline
        end local 0 // com.sun.tools.javac.tree.DCTree$DCReturn this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/sun/tools/javac/tree/DCTree$DCReturn;
            0    4     1       inline  Z
            0    4     2  description  Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
    Signature: (ZLjava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;)V
    MethodParameters:
             Name  Flags
      inline       
      description  

  public java.lang.String getTagName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.DCTree$DCReturn this
         0: .line 691
            ldc "return"
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCReturn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCReturn;

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

  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$DCReturn this
        start local 1 // com.sun.source.doctree.DocTreeVisitor v
        start local 2 // java.lang.Object d
         0: .line 701
            aload 1 /* v */
            aload 0 /* this */
            aload 2 /* d */
            invokeinterface com.sun.source.doctree.DocTreeVisitor.visitReturn:(Lcom/sun/source/doctree/ReturnTree;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$DCReturn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCReturn;
            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 boolean isInline();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.DCTree$DCReturn this
         0: .line 706
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCReturn.inline:Z
            ireturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCReturn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCReturn;

  public java.util.List<? extends com.sun.source.doctree.DocTree> getDescription();
    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$DCReturn this
         0: .line 711
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.DCTree$DCReturn.description:Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.javac.tree.DCTree$DCReturn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/DCTree$DCReturn;
    Signature: ()Ljava/util/List<+Lcom/sun/source/doctree/DocTree;>;
}
Signature: Lcom/sun/tools/javac/tree/DCTree$DCEndPosTree<Lcom/sun/tools/javac/tree/DCTree$DCReturn;>;Lcom/sun/source/doctree/ReturnTree;
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 DCEndPosTree = com.sun.tools.javac.tree.DCTree$DCEndPosTree of com.sun.tools.javac.tree.DCTree
  public DCReturn = com.sun.tools.javac.tree.DCTree$DCReturn of com.sun.tools.javac.tree.DCTree