public interface com.sun.source.tree.MethodTree extends com.sun.source.tree.Tree
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.source.tree.MethodTree
  super_class: java.lang.Object
{
  public abstract com.sun.source.tree.ModifiersTree getModifiers();
    descriptor: ()Lcom/sun/source/tree/ModifiersTree;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract javax.lang.model.element.Name getName();
    descriptor: ()Ljavax/lang/model/element/Name;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.source.tree.Tree getReturnType();
    descriptor: ()Lcom/sun/source/tree/Tree;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<? extends com.sun.source.tree.TypeParameterTree> getTypeParameters();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<+Lcom/sun/source/tree/TypeParameterTree;>;

  public abstract java.util.List<? extends com.sun.source.tree.VariableTree> getParameters();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<+Lcom/sun/source/tree/VariableTree;>;

  public abstract com.sun.source.tree.VariableTree getReceiverParameter();
    descriptor: ()Lcom/sun/source/tree/VariableTree;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<? extends com.sun.source.tree.ExpressionTree> getThrows();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<+Lcom/sun/source/tree/ExpressionTree;>;

  public abstract com.sun.source.tree.BlockTree getBody();
    descriptor: ()Lcom/sun/source/tree/BlockTree;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.source.tree.Tree getDefaultValue();
    descriptor: ()Lcom/sun/source/tree/Tree;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "MethodTree.java"