()
| 1176 | private boolean peekIsId() { return _lexer.peekIsId(); } |
| 1177 | |
| 1178 | private int pos() { return _lexer._position; } |
| 1179 | private int pos(int pos) { |
| 1180 | int old = _lexer._position; |
| 1181 | _lexer._position = pos; |
no outgoing calls
no test coverage detected