HomeSort by relevance Sort by last modified time
    Searched full:superc (Results 1 - 1 of 1) sorted by null

  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js 366 * @param {Function} superc the object to inherit
372 extend: function(subc, superc, overrides) {
373 if (!superc||!subc) {
378 F.prototype=superc.prototype;
381 subc.superclass=superc.prototype;
382 if (superc.prototype.constructor == Object.prototype.constructor) { class
383 superc.prototype.constructor=superc;

Completed in 5806 milliseconds