Interface ENumber

All Superinterfaces:
EValue
All Known Subinterfaces:
EDouble, EInteger
All Known Implementing Classes:
JDouble, JFloat, JInteger, JNumber

public interface ENumber 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
     
    double
     

    Methods inherited from interface EValue

    toBoolean
  • Method Details

    • toDouble

      double toDouble()
    • getType

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

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