(String p, int start, int stop, int pos)
| 260 | |
| 261 | |
| 262 | protected void setState(String p, int start, int stop, int pos) { |
| 263 | program = p; |
| 264 | selectionStart = start; |
| 265 | selectionStop = stop; |
| 266 | scrollPosition = pos; |
| 267 | } |
| 268 | |
| 269 | |
| 270 | public long lastVisited() { |
no outgoing calls
no test coverage detected