Uses of Interface
fr.umlv.tatoo.runtime.lexer.LexerWarningReporter

Packages that use LexerWarningReporter
fr.umlv.tatoo.runtime.lexer   
 

Uses of LexerWarningReporter in fr.umlv.tatoo.runtime.lexer
 

Classes in fr.umlv.tatoo.runtime.lexer that implement LexerWarningReporter
 class DefaultLexerWarningReporter<B extends LexerBuffer>
           
 

Constructors in fr.umlv.tatoo.runtime.lexer with parameters of type LexerWarningReporter
DefaultLexerErrorRecoveryPolicy(ErrorForwarder<B> errorForwarder, LexerWarningReporter<B> warningReporter)