Package jsonvalues

Interface JsNumber

    • Method Detail

      • isObj

        default boolean isObj()
        Specified by:
        isObj in interface JsElem
        Returns:
        true if this JsElem is a JsObj
      • isArray

        default boolean isArray()
        Specified by:
        isArray in interface JsElem
        Returns:
        true if this JsElem is a JsArray
      • isNothing

        default boolean isNothing()
        Specified by:
        isNothing in interface JsElem
        Returns:
        true if this element is JsNothing
      • isNull

        default boolean isNull()
        Specified by:
        isNull in interface JsElem
        Returns:
        true if this element is null
      • isNumber

        default boolean isNumber()
        Specified by:
        isNumber in interface JsElem
        Returns:
        true if this element is a number
      • isBool

        default boolean isBool()
        Specified by:
        isBool in interface JsElem
        Returns:
        true if this JsElem is a JsBool
      • isStr

        default boolean isStr()
        Specified by:
        isStr in interface JsElem
        Returns:
        true if this JsElem is a JsStr
      • isTrue

        default boolean isTrue()
        Specified by:
        isTrue in interface JsElem
        Returns:
        true if this JsElem is a JsBool and it's true
      • isFalse

        default boolean isFalse()
        Specified by:
        isFalse in interface JsElem
        Returns:
        true if this JsElem is a JsBool and it's false