UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

7 lines (6 loc) 301 B
import { ContextGetterDecl } from "./ContextGetterDecl.js"; import { ContextTokenListGetterDecl } from "./ContextTokenListGetterDecl.js"; export declare class ContextTokenListIndexedGetterDecl extends ContextTokenListGetterDecl { getArgType(): string; getSignatureDecl(): ContextGetterDecl; }