Interface TypeScriptParserVisitor<T>

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

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