Package fr.umlv.tatoo.runtime.lexer

Interface Summary
ErrorHandler<B>  
LexerListener<R extends Rule,B> Interface for an observer to register to receive notifications of token recognized by a lexer.
RuleActivator<R extends Rule> Interface for an observer to register to receive notifications of new token recognition beginning in order to change the set of active rules.
 

Class Summary
Action<R extends Rule>  
DefaultErrorHandler A DefaultErrorHandler retreive the error context from the buffer and throws an exception containing the string representation of this context.
DFA  
Lexer<R extends Rule,B extends CharacterBuffer> A Lexer represents a lexer process.
 

Enum Summary
DFA.ReturnCode  
 

Exception Summary
LexingException