[−][src]Module antlr_rust::error_strategy
Error handling and recovery
Structs
BailErrorStrategy | This implementation of |
DefaultErrorStrategy | This is the default implementation of |
ParseCancelledError |
|
Traits
ErrorStrategy | The interface for defining strategies to deal with syntax errors encountered during a parse by ANTLR-generated parsers. We distinguish between three different kinds of errors: |