Interface ToolCustomizer


  • public interface ToolCustomizer
    implemented by classes that wish to customize the given antlr Tool before use: For example, to add an error listener
    • Method Detail

      • customize

        void customize​(org.antlr.v4.Tool t)