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

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

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

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