org.omegahat.Environment.Parser.AntlrParser
Interface ResettableLexer


public interface ResettableLexer

Initial attempt to reset an instance of a lexer to read input from a new source, so that we can avoid the overhead of creating a new instance for each input line.


Method Summary
 antlr.InputBuffer setInput(java.io.Reader reader)
           
 

Method Detail

setInput

public antlr.InputBuffer setInput(java.io.Reader reader)