Gets the end character for this character range. @return the end char (inclusive).
()
| 299 | * @return the end char (inclusive). |
| 300 | */ |
| 301 | public char getEnd() { |
| 302 | return this.end; |
| 303 | } |
| 304 | |
| 305 | /** |
| 306 | * Gets the start character for this character range. |
no outgoing calls