Class Constants


  • @Internal
    public final class Constants
    extends java.lang.Object
    Internal utility class for working with com.google.api.expr.Constant.

    CEL Library Internals. Do Not Use.

    • Method Detail

      • parseInt

        public static CelConstant parseInt​(java.lang.String text)
                                    throws java.text.ParseException
        Throws:
        java.text.ParseException
      • parseUint

        public static CelConstant parseUint​(java.lang.String text)
                                     throws java.text.ParseException
        Throws:
        java.text.ParseException
      • parseDouble

        public static CelConstant parseDouble​(java.lang.String text)
                                       throws java.text.ParseException
        Throws:
        java.text.ParseException
      • parseBytes

        public static CelConstant parseBytes​(java.lang.String text)
                                      throws java.text.ParseException
        Throws:
        java.text.ParseException
      • parseString

        public static CelConstant parseString​(java.lang.String text)
                                       throws java.text.ParseException
        Throws:
        java.text.ParseException