end

val end: Int

Parameters

end

the offset where the symbol ends, exclusive Because end is exclusive, you can use str.substring(start, end) to get the symbol text Note that because the parser works on UTF16 Strings, the offset is in terms of UTF16 chars and not unicode Chars