Interface ITokenAcceptor

  • All Known Implementing Classes:
    TokenAcceptor

    public interface ITokenAcceptor
    Abstraction for an object, that will continuously accept Antlr tokens. Implementations should offer additional functionality like access to the previously accepted tokens based on a specialized public interface.
    See Also:
    TokenAcceptor
    • Method Detail

      • accept

        void accept​(org.antlr.runtime.Token token)