(char ch)
| 1795 | private boolean matchOpx(char c0, char c1) { return _lexer.matchOpx(c0,c1); } |
| 1796 | // Return true and do NOT skip if 'ch' is next |
| 1797 | private boolean peek(char ch) { return _lexer.peek(ch); } |
| 1798 | private boolean peekIsId() { return _lexer.peekIsId(); } |
| 1799 | |
| 1800 | // ch is +/- 1, means oper++ or oper-- means postfix |
no outgoing calls
no test coverage detected