Class TypeScriptParserBaseVisitor<T>

  • All Implemented Interfaces:
    TypeScriptParserVisitor<T>, org.antlr.v4.runtime.tree.ParseTreeVisitor<T>

    public class TypeScriptParserBaseVisitor<T>
    extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
    implements TypeScriptParserVisitor<T>