Class JavaParserBaseVisitor<T>

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

    public class JavaParserBaseVisitor<T>
    extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
    implements JavaParserVisitor<T>