Returns the flags for the current token.
(&self)
| 122 | |
| 123 | /// Returns the flags for the current token. |
| 124 | pub(crate) fn current_flags(&self) -> TokenFlags { |
| 125 | self.current_flags |
| 126 | } |
| 127 | |
| 128 | /// Takes the token value corresponding to the current token out of the lexer, replacing it |
| 129 | /// with the default value. |
no outgoing calls
no test coverage detected