Interface JavaScriptParserVisitor<T>

  • All Superinterfaces:
    org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
    All Known Implementing Classes:
    JavaScriptParserBaseVisitor

    public interface JavaScriptParserVisitor<T>
    extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>