Uses of Class
fr.umlv.tatoo.runtime.tools.ToolsTable

Packages that use ToolsTable
fr.umlv.tatoo.runtime.tools   
fr.umlv.tatoo.runtime.tools.builder   
 

Uses of ToolsTable in fr.umlv.tatoo.runtime.tools
 

Methods in fr.umlv.tatoo.runtime.tools with parameters of type ToolsTable
 LexerListener<R,B> ToolsProcessor.createLexerListener(SimpleParser<? super T> parser, ToolsTable<? super R,? extends T> table)
          Create a ToolsProcessor.LexerHandler from a ToolsTable and a parser.
 

Constructors in fr.umlv.tatoo.runtime.tools with parameters of type ToolsTable
ParserLookaheadActivator(Parser<T,?,?,V> parser, ToolsTable<R,T> toolsTable, Map<V,R[][]> container)
           
 

Uses of ToolsTable in fr.umlv.tatoo.runtime.tools.builder
 

Methods in fr.umlv.tatoo.runtime.tools.builder with parameters of type ToolsTable
static
<R,T,N,P,V>
Builder.AnalyzerTableBuilder<R,T,N,P,V>
Builder.analyzer(LexerTable<R> lexerTable, ParserTable<T,N,P,V> parserTable, ToolsTable<R,T> toolsTable)
           
<T,N,P,V> Builder.AnalyzerFromParserBuilder<R,B,T,N,P,V>
Builder.ExpertLexerBuilder.parser(Parser<T,N,P,V> parser, ToolsTable<R,T> toolsTable)
          Asks to configure the lexer with an existing parser.