Module io.jenetics.ext
Package io.jenetics.ext.internal.parser
package io.jenetics.ext.internal.parser
-
ClassDescriptionBase class for all tokenizers.Parser<T>Parser implementation for parsing a given token sequences.Exception thrown in the case of a parse error.Token<V>This interface represents a parsed token.Represents the type of the token, with a given type code and type name.Tokenizer<T>Interface for all tokenizers.TokenParser<V>Parser implementation for parsing explicit
Token
sequences.