Interface Node

    • Method Detail

      • getStartIndex

        int getStartIndex()
        Returns:
        the index of the first character in the underlying buffer that is covered by this node
      • getEndIndex

        int getEndIndex()
        Returns:
        the index of the character after the last one in the underlying buffer that is covered by this node
      • accept

        void accept​(Visitor visitor)