Package com.ezylang.evalex.functions
-
Interface Summary Interface Description FunctionIfc Interface that is required for all functions in a function dictionary for evaluation of expressions. -
Class Summary Class Description AbstractFunction Abstract implementation of theFunctionIfc, used as base class for function implementations.FunctionParameterDefinition Definition of a function parameter. -
Annotation Types Summary Annotation Type Description FunctionParameter Annotation to define a function parameter.FunctionParameters Collator for repeatableFunctionParameterannotations.