antlr-ng
Version:
Next generation ANTLR Tool
12 lines (11 loc) • 304 B
JavaScript
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
import { CodeBlock } from "./decl/CodeBlock.js";
class CodeBlockForAlt extends CodeBlock {
static {
__name(this, "CodeBlockForAlt");
}
}
export {
CodeBlockForAlt
};