Uses of Class
org.qdl_lang.functions.FR_WithState
-
Packages that use FR_WithState Package Description org.qdl_lang.evaluate Evaluators evaluate the built-in functions for QDL as well as perform the usual algebraic operations.org.qdl_lang.state Classes that manage the state of an interpreter session. -
-
Uses of FR_WithState in org.qdl_lang.evaluate
Methods in org.qdl_lang.evaluate with parameters of type FR_WithState Modifier and Type Method Description protected void
FunctionEvaluator. doFunctionEvaluation(Polyad polyad, State state, FR_WithState frs)
protected void
FunctionEvaluator. doJavaFunction(Polyad polyad, State state, FR_WithState frs)
-
Uses of FR_WithState in org.qdl_lang.state
Methods in org.qdl_lang.state that return FR_WithState Modifier and Type Method Description FR_WithState
FunctionState. resolveFunction(String name, int argCount, boolean checkForDuplicates)
FR_WithState
FunctionState. resolveFunction(Polyad polyad, boolean checkForDuplicates)
Convenience, just looks up name and arg countMethods in org.qdl_lang.state that return types with arguments of type FR_WithState Modifier and Type Method Description List<FR_WithState>
FunctionState. getAllFunctionsByName(String name)
-