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