(&mut self)
| 1448 | I: TokenStream<'input, TF = LocalTokenFactory<'input>> + TidAble<'input>, |
| 1449 | { |
| 1450 | pub fn calc(&mut self) -> Result<Rc<CalcContextAll<'input>>, ANTLRError> { |
| 1451 | self.calc_rec(0) |
| 1452 | } |
| 1453 | |
| 1454 | fn calc_rec(&mut self, _p: i32) -> Result<Rc<CalcContextAll<'input>>, ANTLRError> { |
| 1455 | let recog = self; |
no test coverage detected