java.lang.Object
provided.listFW.visitors.AAccumulator
- All Implemented Interfaces:
IAccumulator
- Direct Known Subclasses:
CopyAcc,LastNegAcc,ProdAcc,SumAcc
An IAccumulator that holds an Object as its internal value
and who's string representation is the string representation of
that value.
- Author:
- swong