[][src]Trait antlr_rust::lexer::LexerRecog

pub trait LexerRecog: Recognizer + Actions<Recog = BaseLexer<Self>> + Sized + 'static {
    fn before_emit(_lexer: &mut BaseLexer<Self>) { ... }
}

! Usually generated by ANTLR !

This trait combines everything that can be used to extend Parser behavior

Provided methods

fn before_emit(_lexer: &mut BaseLexer<Self>)

Callback to extend emit behavior

Loading content...

Implementors

Loading content...