Uses of Class
edu.uiuc.ncsa.qdl.functions.FR_WithState
-
Packages that use FR_WithState Package Description edu.uiuc.ncsa.qdl.evaluate Evaluators evaluate the built-in functions for QDL as well as perform the usual algebraic operations.edu.uiuc.ncsa.qdl.state Classes that manage the state of an interpreter session. -
-
Uses of FR_WithState in edu.uiuc.ncsa.qdl.evaluate
Methods in edu.uiuc.ncsa.qdl.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 edu.uiuc.ncsa.qdl.state
Methods in edu.uiuc.ncsa.qdl.state that return FR_WithState Modifier and Type Method Description FR_WithState
FunctionState. resolveFunction(Polyad polyad, boolean checkForDuplicates)
Convenience, just looks up name and arg countFR_WithState
FunctionState. resolveFunction(String name, int argCount, boolean checkForDuplicates)
Methods in edu.uiuc.ncsa.qdl.state that return types with arguments of type FR_WithState Modifier and Type Method Description List<FR_WithState>
FunctionState. getAllFunctionsByName(String name)
-