Home
last modified time | relevance | path

Searched refs:superc (Results 1 – 1 of 1) sorted by relevance

/external/antlr/runtime/JavaScript/src/org/
Dantlr.js372 extend: function(subc, superc, overrides) { argument
373 if (!superc||!subc) {
378 F.prototype=superc.prototype;
381 subc.superclass=superc.prototype;
382 if (superc.prototype.constructor == Object.prototype.constructor) {
383 superc.prototype.constructor=superc; class