public interface com.sun.source.doctree.ParamTree extends com.sun.source.doctree.BlockTagTree
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.source.doctree.ParamTree
  super_class: java.lang.Object
{
  public abstract boolean isTypeParameter();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.source.doctree.IdentifierTree getName();
    descriptor: ()Lcom/sun/source/doctree/IdentifierTree;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<? extends com.sun.source.doctree.DocTree> getDescription();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<+Lcom/sun/source/doctree/DocTree;>;
}
SourceFile: "ParamTree.java"