org.ablaf.lexer
Interface ILexer

All Known Subinterfaces:
IYaccLexer
All Known Implementing Classes:
RubyYaccLexer

public interface ILexer

Version:
$Revision: 1.2 $
Author:
jpetersen

Method Summary
 void setErrorHandler(IErrorHandler errorHandler)
           
 void setSource(ILexerSource source)
           
 

Method Detail

setErrorHandler

public void setErrorHandler(IErrorHandler errorHandler)

setSource

public void setSource(ILexerSource source)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.