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

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

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

Classes in fr.umlv.tatoo.runtime.lexer that implement ErrorHandler
 class DefaultErrorHandler
          A DefaultErrorHandler retreive the error context from the buffer and throws an exception containing the string representation of this context.
 

Methods in fr.umlv.tatoo.runtime.lexer with parameters of type ErrorHandler
static
<R extends Rule,B extends CharacterBuffer>
Lexer<R,B>
Lexer.createLexer(B buffer, LexerListener<R,? super B> listener, R[] rules, ErrorHandler<? super B> errorHandler)
          Creates a new lexer process with a fix set of active rules.
static
<R extends Rule,B extends CharacterBuffer>
Lexer<R,B>
Lexer.createLexer(B buffer, LexerListener<R,? super B> listener, RuleActivator<R> activator, ErrorHandler<? super B> errorHandler)
          Creates a new lexer process.