Returns the flags for the current token.
(&self)
| 55 | |
| 56 | /// Returns the flags for the current token. |
| 57 | pub(crate) const fn current_flags(&self) -> TokenFlags { |
| 58 | self.lexer.current_flags() |
| 59 | } |
| 60 | |
| 61 | /// Calls the underlying [`re_lex_logical_token`] method on the lexer with the new lexer |
| 62 | /// position and updates the token vector accordingly. |