Interface Tree

    • Method Detail

      • startLine

        int startLine()
        Returns:
        the line number at which the Tree appears in the source file
      • accept

        void accept​(TreeVisitor visitor)
        Trigger the visit of tree by a given TreeVisitor.
        Parameters:
        visitor - the visitor which should visit the tree.