Package org.ovmj.util

Class Summary
Runabout Runabout is a fast implementation of the Walkabout which is a variant of the Visitor Pattern that does not require an accept method and uses reflection instead.
Runabout.Code Code is the generic interface that all generated classes implement.
 

Exception Summary
Runabout.RunaboutException Generic Exception for problems in the Runabout.