Interface TokenSourceCallback


  • public interface TokenSourceCallback
    This is the callback interface for operating with token sources.
    • Method Detail

      • action

        void action​(org.antlr.runtime.TokenSource source)
        Action on a token source.
        Parameters:
        source - the token source to be processed.