Uses of Interface
org.qdl_lang.variables.StemUtility.StemAxisWalkerAction1
-
Packages that use StemUtility.StemAxisWalkerAction1 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.variables Variables in QDL and classes that support them. -
-
Uses of StemUtility.StemAxisWalkerAction1 in org.qdl_lang.evaluate
Classes in org.qdl_lang.evaluate that implement StemUtility.StemAxisWalkerAction1 Modifier and Type Class Description protected class
ListEvaluator.DoReverse
class
SystemEvaluator.AxisExpand
class
SystemEvaluator.AxisReduce
-
Uses of StemUtility.StemAxisWalkerAction1 in org.qdl_lang.variables
Methods in org.qdl_lang.variables with parameters of type StemUtility.StemAxisWalkerAction1 Modifier and Type Method Description static Object
StemUtility. axisWalker(QDLStem inStem, int depth, StemUtility.StemAxisWalkerAction1 walker)
Recurses through stem that has arbitrary rank.
-