(char ch)
| 1568 | private boolean matchOpx(char c0, char c1) { return _lexer.matchOpx(c0,c1); } |
| 1569 | // Return true and do NOT skip if 'ch' is next |
| 1570 | private boolean peek(char ch) { return _lexer.peek(ch); } |
| 1571 | private boolean peekIsId() { return _lexer.peekIsId(); } |
| 1572 | |
| 1573 | // ch is +/- 1, means oper++ or oper-- means postfix |
no outgoing calls
no test coverage detected