Instances of this class are created by the classes implementing the {@link Tokenizer} interface. Token
describes a portion of text according to the settings given to the producing {@link Tokenizer} in form of a {@link TokenizerProperties} object. Beside the token type the token image itself, its position in the input stream, line and column position and associated informations can be obtained from the Token
(provided, the nessecary parse flags are set in the tokenizer).
This class replaces the older {@link de.susebox.java.util.Token} which isdeprecated.
@author Heiko Blau @see Tokenizer @see TokenizerProperties
|
|