fr.umlv.tatoo.runtime.parser
Interface ParserWarningReporter<T,N,P,V>

Type Parameters:
T - type of terminals.
N - type of non-terminals.
P - type of productions.
V - type of versions.
All Known Implementing Classes:
DefaultParserWarningReporter

public interface ParserWarningReporter<T,N,P,V>

Error handler that handle warning during parsing process.

Author:
Remi

Method Summary
 void handleWarning(Parser<T,N,P,V> parser, T terminal, String message)
          Log error recovery message info to user
 

Method Detail

handleWarning

void handleWarning(Parser<T,N,P,V> parser,
                   T terminal,
                   String message)
Log error recovery message info to user

Parameters:
message - the message to display