UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

7 lines (6 loc) 268 B
import { StructDecl } from "../decl/StructDecl.js"; import { RetValueRef } from "./RetValueRef.js"; export declare class QRetValueRef extends RetValueRef { readonly dict: string; constructor(ctx: StructDecl, dict: string, name: string, escapedName: string); }