Class Length

java.lang.Object
com.udojava.evalex.AbstractLazyFunction
me.hsgamer.hscore.expression.string.Length
All Implemented Interfaces:
com.udojava.evalex.LazyFunction

public class Length extends com.udojava.evalex.AbstractLazyFunction
Get the length of the string
Ex: STRLEN("Hello World")
  • Field Summary

    Fields inherited from class com.udojava.evalex.AbstractLazyFunction

    booleanFunction, name, numParams
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull com.udojava.evalex.Expression.LazyNumber
    lazyEval(@NotNull List<com.udojava.evalex.Expression.LazyNumber> list)
     

    Methods inherited from class com.udojava.evalex.AbstractLazyFunction

    getName, getNumParams, isBooleanFunction, numParamsVaries

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Length

      public Length()
  • Method Details

    • lazyEval

      @NotNull public @NotNull com.udojava.evalex.Expression.LazyNumber lazyEval(@NotNull @NotNull List<com.udojava.evalex.Expression.LazyNumber> list)