UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

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