Interface JavaParserVisitor<T>

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

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