()
| 308 | static final public Var COLUMN = Var.create(0).setDynamic(); |
| 309 | |
| 310 | static int lineDeref(){ |
| 311 | return ((Number)LINE.deref()).intValue(); |
| 312 | } |
| 313 | |
| 314 | static int columnDeref(){ |
| 315 | return ((Number)COLUMN.deref()).intValue(); |
no test coverage detected