This interface declares the methods that a de.susebox.jtopas.Tokenizer will call to detect the image and type of a token.
This interface supplies the nessecary methods for a DataMapper or its subinterfaces ( WhitespaceHandler , SeparatorHandler , PatternHandlerKeywordHandler and SequenceHandler ) to perform its operations like checking for whitespaces, special sequences etc.
This interface must be implemented by classes that should be used as a keyword handler for a de.susebox.jtopas.Tokenizer .
This interface must be implemented by classes that should be used as a pattern handler for a de.susebox.jtopas.Tokenizer .
This interface declares the methods a de.susebox.jtopas.Tokenizer needs to deal with separators.
Separators are single characters that are either not very important in the tokenizing process or are sufficiently characterized by their token image.
This interface must be implemented by classes that should be used as a special sequence, string and comment start sequence checker for de.susebox.jtopas.Tokenizer implementations.
Simple implementation of the KeywordHandler interface.
Simple implementation of the SeparatorHandler interface.
Simple implementation of the SequenceHandler interface.
Simple implementation of the WhitespaceHandler interface.
This interface declares the methods a de.susebox.jtopas.Tokenizer needs to deal with whitespaces.
Whitespaces are single characters that separate other tokens.