Class RDocument

    • Constructor Detail

      • RDocument

        public RDocument()
        Constructor.
    • Method Detail

      • charAt

        public char charAt​(int offset)
                    throws BadLocationException
        Returns the character in the document at the specified offset.
        Parameters:
        offset - The offset of the character.
        Returns:
        The character.
        Throws:
        BadLocationException - If the offset is invalid.