Uses of Package
provided.listFW.visitors
Packages that use provided.listFW.visitors
Package
Description
A package of provided visitors (algorithms) for use with the listFW visitor system and accumulators for use with the FoldLAlgo and FoldRAlgo visitors.
Package for the student-written model for listFW visitor system exercises
-
Classes in provided.listFW.visitors used by provided.listFW.visitorsClassDescriptionAn IAccumulator that holds an Object as its internal value and who's string representation is the string representation of that value.An accumulator for use in FoldR and FoldL.Computes a String representation of IList showing a left parenthesis followed by elements of the IList separated by commas, ending with with a right parenthesis.Helps ToStringAlgo compute the String representation of the rest of the list.
-
Classes in provided.listFW.visitors used by visitorDemoExercises.listFWVisitorExercises.model