JAL-1807 includes ?j2sdebug flag and DebugJS._(msg)
[jalviewjs.git] / bin / com / stevesoft / pat / End.js
index b332682..3df399f 100644 (file)
@@ -1,38 +1,38 @@
-Clazz.declarePackage ("com.stevesoft.pat");\r
-Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.End", ["com.stevesoft.pat.patInt"], function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.retIsEnd = false;\r
-Clazz.instantialize (this, arguments);\r
-}, com.stevesoft.pat, "End", com.stevesoft.pat.Pattern);\r
-Clazz.makeConstructor (c$, \r
-function (b) {\r
-Clazz.superConstructor (this, com.stevesoft.pat.End, []);\r
-this.retIsEnd = b;\r
-}, "~B");\r
-Clazz.overrideMethod (c$, "matchInternal", \r
-function (pos, pt) {\r
-if (this.retIsEnd && pt.mFlag && pos < pt.src.length ()) {\r
-if (pt.src.charAt (pos) == '\n') {\r
-return this.nextMatch (pos, pt);\r
-}}if (pt.src.length () == pos) {\r
-return this.nextMatch (pos, pt);\r
-} else if (pos < pt.src.length ()) {\r
-pt.src.charAt (pos);\r
-}return -1;\r
-}, "~N,com.stevesoft.pat.Pthings");\r
-Clazz.overrideMethod (c$, "toString", \r
-function () {\r
-if (this.retIsEnd) {\r
-return "$";\r
-} else {\r
-return "\\Z";\r
-}});\r
-Clazz.overrideMethod (c$, "maxChars", \r
-function () {\r
-return  new com.stevesoft.pat.patInt (1);\r
-});\r
-Clazz.overrideMethod (c$, "clone1", \r
-function (h) {\r
-return  new com.stevesoft.pat.End (this.retIsEnd);\r
-}, "java.util.Hashtable");\r
-});\r
+Clazz.declarePackage ("com.stevesoft.pat");
+Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.End", ["com.stevesoft.pat.patInt"], function () {
+c$ = Clazz.decorateAsClass (function () {
+this.retIsEnd = false;
+Clazz.instantialize (this, arguments);
+}, com.stevesoft.pat, "End", com.stevesoft.pat.Pattern);
+Clazz.makeConstructor (c$, 
+function (b) {
+Clazz.superConstructor (this, com.stevesoft.pat.End, []);
+this.retIsEnd = b;
+}, "~B");
+Clazz.overrideMethod (c$, "matchInternal", 
+function (pos, pt) {
+if (this.retIsEnd && pt.mFlag && pos < pt.src.length ()) {
+if (pt.src.charAt (pos) == '\n') {
+return this.nextMatch (pos, pt);
+}}if (pt.src.length () == pos) {
+return this.nextMatch (pos, pt);
+} else if (pos < pt.src.length ()) {
+pt.src.charAt (pos);
+}return -1;
+}, "~N,com.stevesoft.pat.Pthings");
+Clazz.overrideMethod (c$, "toString", 
+function () {
+if (this.retIsEnd) {
+return "$";
+} else {
+return "\\Z";
+}});
+Clazz.overrideMethod (c$, "maxChars", 
+function () {
+return  new com.stevesoft.pat.patInt (1);
+});
+Clazz.overrideMethod (c$, "clone1", 
+function (h) {
+return  new com.stevesoft.pat.End (this.retIsEnd);
+}, "java.util.Hashtable");
+});