Files
2026-02-05 15:27:49 +08:00

8 lines
244 B
TypeScript

import { GbnfTerminal } from "../GbnfTerminal.js";
export declare class GbnfBoolean extends GbnfTerminal {
getGrammar(): string;
protected getGrammarFromResolve(): string;
private _getGrammar;
protected getRuleName(): string;
}