UNPKG

antlr4ng

Version:

Alternative JavaScript/TypeScript runtime for ANTLR4

8 lines (7 loc) 254 B
import { ParseTree } from "../ParseTree.js"; import { XPathElement } from "./XPathElement.js"; export declare class XPathWildcardAnywhereElement extends XPathElement { constructor(); evaluate(t: ParseTree): ParseTree[]; toString(): string; }