Package io.jenetics.ext.internal.parser


package io.jenetics.ext.internal.parser
  • Class
    Description
    Base class for all tokenizers.
    Parser implementation for parsing a given token sequences.
    Exception thrown in the case of a parse error.
    This interface represents a parsed token.
    Represents the type of the token, with a given type code and type name.
    Interface for all tokenizers.
    Parser implementation for parsing explicit Token sequences.