IndexOutOfBoundsExceptions.js revision 324c4644fee44b9898524c09511bd33c3f12e2df
1org.antlr.runtime.IndexOutOfBoundsException = function(m) {
2    org.antlr.runtime.IndexOutOfBoundsException.superclass.constructor.call(this, m);
3};
4
5org.antlr.lang.extend(org.antlr.runtime.IndexOutOfBoundsException, Error, {
6    name: "org.antlr.runtime.IndexOutOfBoundsException"
7});
8