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