Class Lexer<T>

  • Type Parameters:
    T - The identifier type to use in tokens created from the context.

    public class Lexer<T>
    extends Object
    Represents a set of rules for creating tokens from a Stringe.