X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2FProp.js;h=5dbb6db57b4f27cb5ff402498f246ff73736dd8c;hp=7f99d0e0f2c00ed445a0eac6f1358c8333442c27;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=8ffd05b3abe52c0b6b79b011c0966361f82d5fe6 diff --git a/site/j2s/com/stevesoft/pat/Prop.js b/site/j2s/com/stevesoft/pat/Prop.js index 7f99d0e..5dbb6db 100644 --- a/site/j2s/com/stevesoft/pat/Prop.js +++ b/site/j2s/com/stevesoft/pat/Prop.js @@ -1,40 +1,40 @@ -Clazz.declarePackage ("com.stevesoft.pat"); -Clazz.load (null, "com.stevesoft.pat.Prop", ["com.stevesoft.pat.Bits"], function () { -c$ = Clazz.declareType (com.stevesoft.pat, "Prop"); -c$.isDecimalDigit = Clazz.defineMethod (c$, "isDecimalDigit", -function (c) { -if (com.stevesoft.pat.Bits.decimal_digit == null) { -com.stevesoft.pat.Bits.decimal_digit_f (); -}return com.stevesoft.pat.Bits.decimal_digit.get (c.charCodeAt (0)); -}, "~S"); -c$.isAlphabetic = Clazz.defineMethod (c$, "isAlphabetic", -function (c) { -if (com.stevesoft.pat.Bits.letter == null) { -com.stevesoft.pat.Bits.letter_f (); -}return com.stevesoft.pat.Bits.letter.get (c.charCodeAt (0)); -}, "~S"); -c$.isMath = Clazz.defineMethod (c$, "isMath", -function (c) { -if (com.stevesoft.pat.Bits.math == null) { -com.stevesoft.pat.Bits.math_f (); -}return com.stevesoft.pat.Bits.math.get (c.charCodeAt (0)); -}, "~S"); -c$.isCurrency = Clazz.defineMethod (c$, "isCurrency", -function (c) { -if (com.stevesoft.pat.Bits.currency == null) { -com.stevesoft.pat.Bits.currency_f (); -}return com.stevesoft.pat.Bits.currency.get (c.charCodeAt (0)); -}, "~S"); -c$.isWhite = Clazz.defineMethod (c$, "isWhite", -function (c) { -if (com.stevesoft.pat.Bits.white == null) { -com.stevesoft.pat.Bits.white_f (); -}return com.stevesoft.pat.Bits.white.get (c.charCodeAt (0)); -}, "~S"); -c$.isPunct = Clazz.defineMethod (c$, "isPunct", -function (c) { -if (com.stevesoft.pat.Bits.punct == null) { -com.stevesoft.pat.Bits.punct_f (); -}return com.stevesoft.pat.Bits.punct.get (c.charCodeAt (0)); -}, "~S"); -}); +Clazz.declarePackage ("com.stevesoft.pat"); +Clazz.load (null, "com.stevesoft.pat.Prop", ["com.stevesoft.pat.Bits"], function () { +c$ = Clazz.declareType (com.stevesoft.pat, "Prop"); +c$.isDecimalDigit = Clazz.defineMethod (c$, "isDecimalDigit", +function (c) { +if (com.stevesoft.pat.Bits.decimal_digit == null) { +com.stevesoft.pat.Bits.decimal_digit_f (); +}return com.stevesoft.pat.Bits.decimal_digit.get (c.charCodeAt (0)); +}, "~S"); +c$.isAlphabetic = Clazz.defineMethod (c$, "isAlphabetic", +function (c) { +if (com.stevesoft.pat.Bits.letter == null) { +com.stevesoft.pat.Bits.letter_f (); +}return com.stevesoft.pat.Bits.letter.get (c.charCodeAt (0)); +}, "~S"); +c$.isMath = Clazz.defineMethod (c$, "isMath", +function (c) { +if (com.stevesoft.pat.Bits.math == null) { +com.stevesoft.pat.Bits.math_f (); +}return com.stevesoft.pat.Bits.math.get (c.charCodeAt (0)); +}, "~S"); +c$.isCurrency = Clazz.defineMethod (c$, "isCurrency", +function (c) { +if (com.stevesoft.pat.Bits.currency == null) { +com.stevesoft.pat.Bits.currency_f (); +}return com.stevesoft.pat.Bits.currency.get (c.charCodeAt (0)); +}, "~S"); +c$.isWhite = Clazz.defineMethod (c$, "isWhite", +function (c) { +if (com.stevesoft.pat.Bits.white == null) { +com.stevesoft.pat.Bits.white_f (); +}return com.stevesoft.pat.Bits.white.get (c.charCodeAt (0)); +}, "~S"); +c$.isPunct = Clazz.defineMethod (c$, "isPunct", +function (c) { +if (com.stevesoft.pat.Bits.punct == null) { +com.stevesoft.pat.Bits.punct_f (); +}return com.stevesoft.pat.Bits.punct.get (c.charCodeAt (0)); +}, "~S"); +});