de.mpi_bremen.mgg.FastaValidator
Interface FastaValidatorLexer
public interface FastaValidatorLexer
Interface defining neccessary methods of the lexer.
This interface needs to be implemented by the lexer class.
- Author:
- Jost Waldmann
Method Summary |
de.mpi_bremen.mgg.FastaValidator.Yytoken |
yylex()
This method is used to start the lexer. |
yylex
de.mpi_bremen.mgg.FastaValidator.Yytoken yylex()
throws java.io.IOException,
FastaValidatorException
- This method is used to start the lexer.
- Throws:
java.io.IOException
FastaValidatorException