Uses of Interface
fr.umlv.tatoo.runtime.tools.ToolsListener

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

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

Subinterfaces of ToolsListener in fr.umlv.tatoo.runtime.tools
 interface AnalyzerListener<R,B,T,N,P>
           
 

Methods in fr.umlv.tatoo.runtime.tools with parameters of type ToolsListener
static
<R,B extends LexerBuffer,T,N,P>
ToolsProcessor<R,B,T,N,P>
ToolsProcessor.createProcessor(ToolsListener<? super R,? super B,? super T,? super N,? super P> listener)
          Creates a new processor that acts as a parser listener and is able to create a lexer listener and a lifecycle handler.
 

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

Methods in fr.umlv.tatoo.runtime.tools.builder with parameters of type ToolsListener
 Builder.AnalyzerBuilder<R,B,T,N,P,V> Builder.AnalyzerBufferBuilder.listener(ToolsListener<? super R,? super B,? super T,? super N,? super P> listener)