Interface EString

All Superinterfaces:
EValue
All Known Implementing Classes:
JDate, JDateTime, JString, JTime

public interface EString extends EValue
  • Field Summary

    Fields inherited from interface EValue

    VOID
  • Method Summary

    Modifier and Type
    Method
    Description
    default MethodEvaluator
    getMethod(String name, int argCount)
     
    default EType
     
     
    default int
     

    Methods inherited from interface EValue

    toBoolean
  • Method Details

    • getValue

      String getValue()
    • length

      default int length()
    • getType

      default EType getType()
      Specified by:
      getType in interface EValue
    • getMethod

      default MethodEvaluator getMethod(String name, int argCount)
      Specified by:
      getMethod in interface EValue