Uses of Class
org.example.expression.function.VariableProvider
-
Packages that use VariableProvider Package Description org.example.expression.evaluator Интерпретаторы и вычислители выражений. -
-
Uses of VariableProvider in org.example.expression.evaluator
Constructors in org.example.expression.evaluator with parameters of type VariableProvider Constructor Description StackEvaluator(VariableProvider variableProvider, FunctionRegistry functionRegistry)Создаёт эвалюатор с зависимостями.
-