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

/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DIndexOutOfBoundsExceptions.js1 org.antlr.runtime.IndexOutOfBoundsException = function(m) {
2 org.antlr.runtime.IndexOutOfBoundsException.superclass.constructor.call(this, m);
5 org.antlr.lang.extend(org.antlr.runtime.IndexOutOfBoundsException, Error, {
6 name: "org.antlr.runtime.IndexOutOfBoundsException"

Completed in 198 milliseconds