Home | History | Annotate | Download | only in runtime

Lines Matching defs:antlr

3  * {@link org.antlr.runtime.ANTLRStringStream}.
6 * @extends org.antlr.runtime.ANTLRStringStream
10 org.antlr.runtime.ANTLRFileStream = function(fileName, encoding) {
16 if (org.antlr.env.ua.rhino) {
20 "ANTLR File I/O is not supported in this JS implementation."
25 org.antlr.runtime.ANTLRFileStream.superclass.constructor.call(this, data);
28 org.antlr.lang.extend(org.antlr.runtime.ANTLRFileStream,
29 org.antlr.runtime.ANTLRStringStream,
30 /** @lends org.antlr.runtime.ANTLRFileStream.prototype */{