This class is mainly used by {@link TokenizerProperties} implementations to return {@link java.util.Iterator} objects of their various properties (keywords, special sequences etc.). Moreover, it can be used whereever information about a lexical element description is needed, for instance when firing a {@link TokenizerPropertyEvent}.
This class replaces the older {@link de.susebox.java.util.TokenizerProperty}class which is deprecated.
@see TokenizerProperties @author Heiko Blau
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|