Package fr.umlv.tatoo.runtime.tools

Interface Summary
AnalyzerListener<R,B,T,N,P>  
ToolsListener<R,B,T,N,P>  
 

Class Summary
DataViewer<B,D> Acts as a projection.
Debug A bunch of static methods that help to debug Tatoo evaluators.
LookaheadMapFactory Helper methods to create a LookaheadMap.
ParserForwarder<T,B extends LexerBuffer> This class implements a lexer error forwarder and a lexer lifecycle handler.
ParserLookaheadActivator<R,T,V> A rule activator that use parser lookaheads.
SemanticStack A generic auto-resizeable stack that can store primitive type and objects used by the parser evaluator generated by Tatoo Tools.
SingleVersionParserLookaheadActivator<R extends Enum<R>>  
ToolsProcessor<R,B extends LexerBuffer,T,N,P> Glue between lexer and parser.
ToolsTable<R,T>