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")
Ex: STRLEN("Hello World")
-
Field Summary
Fields inherited from class com.udojava.evalex.AbstractLazyFunction
booleanFunction, name, numParams -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.udojava.evalex.AbstractLazyFunction
getName, getNumParams, isBooleanFunction, numParamsVaries
-
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)
-