@opra/common
Version:
Opra common package
15 lines (14 loc) • 514 B
JavaScript
;
// Generated from ./src/filter/antlr/OpraFilter.g4 by ANTLR 4.13.2
Object.defineProperty(exports, "__esModule", { value: true });
const antlr4_1 = require("@browsery/antlr4");
/**
* This interface defines a complete generic visitor for a parse tree produced
* by `OpraFilterParser`.
*
* @param <Result> The return type of the visit operation. Use `void` for
* operations with no return type.
*/
class OpraFilterVisitor extends antlr4_1.ParseTreeVisitor {
}
exports.default = OpraFilterVisitor;