Uses of Interface
com.udojava.evalex.LazyFunction
-
-
Uses of LazyFunction in com.udojava.evalex
Subinterfaces of LazyFunction in com.udojava.evalex Modifier and Type Interface Description interfaceFunctionBase interface which is required for all directly evaluated functions.Classes in com.udojava.evalex that implement LazyFunction Modifier and Type Class Description classAbstractFunctionAbstract implementation of a direct function.
This abstract implementation does implement lazyEval so that it returns the result of eval.classAbstractLazyFunctionAbstract implementation of a lazy function which implements all necessary methods with the exception of the main logic.classExpression.FunctionAbstract definition of a supported expression function.classExpression.LazyFunctionLazyFunction classFields in com.udojava.evalex with type parameters of type LazyFunction Modifier and Type Field Description protected java.util.Map<java.lang.String,LazyFunction>Expression. functionsAll defined functions with name and implementation.Methods in com.udojava.evalex that return LazyFunction Modifier and Type Method Description LazyFunctionExpression. addLazyFunction(LazyFunction function)Adds a lazy function function to the list of supported functionsMethods in com.udojava.evalex with parameters of type LazyFunction Modifier and Type Method Description LazyFunctionExpression. addLazyFunction(LazyFunction function)Adds a lazy function function to the list of supported functions
-