UNPKG

@opra/common

Version:
12 lines (11 loc) 413 B
// Generated from ./src/filter/antlr/OpraFilter.g4 by ANTLR 4.13.2 import { ParseTreeVisitor } from '@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. */ export default class OpraFilterVisitor extends ParseTreeVisitor { }