Searched defs:subc (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/JavaScript/src/org/
H A Dantlr.js365 * @param {Function} subc the object to modify
372 extend: function(subc, superc, overrides) {
373 if (!superc||!subc) {
379 subc.prototype=new F(); class
380 subc.prototype.constructor=subc;
381 subc.superclass=superc.prototype;
388 subc.prototype[i]=overrides[i];
391 org.antlr.lang._IEEnumFix(subc.prototype, overrides);

Completed in 102 milliseconds