Module lib_ruby_parser::token_rewriter [−][src]
Module to perform token rewriting
Enums
| LexStateAction | Enum of what token rewriter should do with the state of the lexer |
| RewriteAction | Enum of what token rewriter should do with a token. |
Traits
| TokenRewriter | A trait that must be implement to perform a token rewriting |