(char ch)
| 1736 | private boolean matchOpx(char c0, char c1) { return _lexer.matchOpx(c0,c1); } |
| 1737 | // Return true and do NOT skip if 'ch' is next |
| 1738 | private boolean peek(char ch) { return _lexer.peek(ch); } |
| 1739 | private boolean peekIsId() { return _lexer.peekIsId(); } |
| 1740 | |
| 1741 | // ch is +/- 1, means oper++ or oper-- means postfix |
no outgoing calls
no test coverage detected