UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

9 lines (8 loc) 252 B
import { ContextGetterDecl } from "./ContextGetterDecl.js"; /** * `public List<Token> X() { }` * `public Token X(int i) { }` */ export declare class ContextTokenListGetterDecl extends ContextGetterDecl { getSignatureDecl(): ContextGetterDecl; }