Class Codes.CharPredicate

java.lang.Object
net.hydromatic.morel.eval.ApplicableImpl
net.hydromatic.morel.eval.Codes.CharPredicate
All Implemented Interfaces:
Applicable, Describable
Enclosing class:
Codes

private static class Codes.CharPredicate extends ApplicableImpl
Implementation of Applicable that has a single char argument.
  • Field Details

  • Constructor Details

  • Method Details

    • apply

      public Object apply(EvalEnv env, Object arg)
    • isGraph

      static boolean isGraph(char c)
    • isPrint

      static boolean isPrint(char c)
    • isCntrl

      static boolean isCntrl(char c)
    • isSpace

      static boolean isSpace(char c)
    • isAscii

      static boolean isAscii(char c)
    • isUpper

      static boolean isUpper(char c)
    • isLower

      static boolean isLower(char c)
    • isDigit

      static boolean isDigit(char c)
    • isAlpha

      static boolean isAlpha(char c)
    • isAlphaNum

      static boolean isAlphaNum(char c)
    • isHexDigit

      static boolean isHexDigit(char c)
    • isPunct

      static boolean isPunct(char c)