UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

18 lines (17 loc) 558 B
var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); import { ContextRuleListGetterDecl } from "./ContextRuleListGetterDecl.js"; class ContextRuleListIndexedGetterDecl extends ContextRuleListGetterDecl { static { __name(this, "ContextRuleListIndexedGetterDecl"); } getArgType() { return "int"; } getSignatureDecl() { return new ContextRuleListIndexedGetterDecl(this.factory, this.name, this.ctxName, true); } } export { ContextRuleListIndexedGetterDecl };