Interface AnnotationTree<T extends AnnotationFS>

All Known Implementing Classes:
AnnotationTreeImpl

public interface AnnotationTree<T extends AnnotationFS>
Represents an annotation tree.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the root node of the tree.
  • Method Details

    • getRoot

      AnnotationTreeNode<? extends T> getRoot()
      Get the root node of the tree.
      Returns:
      The root node of the tree.