X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2FBackG.js;fp=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2FBackG.js;h=a9d07b7a74b8494c6c23050e15398742c7cf53b3;hp=28d17cd3a798a1ade6d608e179aeebcc922f3d37;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/com/stevesoft/pat/BackG.js b/site/j2s/com/stevesoft/pat/BackG.js index 28d17cd..a9d07b7 100644 --- a/site/j2s/com/stevesoft/pat/BackG.js +++ b/site/j2s/com/stevesoft/pat/BackG.js @@ -1,34 +1,34 @@ -Clazz.declarePackage ("com.stevesoft.pat"); -Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.BackG", ["com.stevesoft.pat.patInt"], function () { -c$ = Clazz.decorateAsClass (function () { -this.c = '\0'; -this.altc = '\0'; -this.altc2 = '\0'; -this.mask = 0; -Clazz.instantialize (this, arguments); -}, com.stevesoft.pat, "BackG", com.stevesoft.pat.Pattern); -Clazz.makeConstructor (c$, -function () { -Clazz.superConstructor (this, com.stevesoft.pat.BackG, []); -}); -Clazz.overrideMethod (c$, "matchInternal", -function (pos, pt) { -return pos == pt.lastPos ? this.nextMatch (pos, pt) : -1; -}, "~N,com.stevesoft.pat.Pthings"); -Clazz.overrideMethod (c$, "toString", -function () { -return "\\G" + this.nextString (); -}); -Clazz.overrideMethod (c$, "minChars", -function () { -return new com.stevesoft.pat.patInt (1); -}); -Clazz.overrideMethod (c$, "maxChars", -function () { -return new com.stevesoft.pat.patInt (1); -}); -Clazz.overrideMethod (c$, "clone1", -function (h) { -return new com.stevesoft.pat.BackG (); -}, "java.util.Hashtable"); -}); +Clazz.declarePackage ("com.stevesoft.pat"); +Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.BackG", ["com.stevesoft.pat.patInt"], function () { +c$ = Clazz.decorateAsClass (function () { +this.c = '\0'; +this.altc = '\0'; +this.altc2 = '\0'; +this.mask = 0; +Clazz.instantialize (this, arguments); +}, com.stevesoft.pat, "BackG", com.stevesoft.pat.Pattern); +Clazz.makeConstructor (c$, +function () { +Clazz.superConstructor (this, com.stevesoft.pat.BackG, []); +}); +Clazz.overrideMethod (c$, "matchInternal", +function (pos, pt) { +return pos == pt.lastPos ? this.nextMatch (pos, pt) : -1; +}, "~N,com.stevesoft.pat.Pthings"); +Clazz.overrideMethod (c$, "toString", +function () { +return "\\G" + this.nextString (); +}); +Clazz.overrideMethod (c$, "minChars", +function () { +return new com.stevesoft.pat.patInt (1); +}); +Clazz.overrideMethod (c$, "maxChars", +function () { +return new com.stevesoft.pat.patInt (1); +}); +Clazz.overrideMethod (c$, "clone1", +function (h) { +return new com.stevesoft.pat.BackG (); +}, "java.util.Hashtable"); +});