O R V

O

org.grothoff - package org.grothoff
 

R

Runabout - Class in org.grothoff
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() - Constructor for class org.grothoff.Runabout
Create a Runabout.
Runabout.Code - Class in org.grothoff
Code is the generic interface that all generated classes implement.
Runabout.Code() - Constructor for class org.grothoff.Runabout.Code
 
Runabout.RunaboutException - Exception in org.grothoff
Generic Exception for problems in the Runabout.

V

visit(Runabout, Object) - Method in class org.grothoff.Runabout.Code
 
visitAppropriate(Object) - Method in class org.grothoff.Runabout
Call the appropriate visit method.
visitDefault(Object) - Method in class org.grothoff.Runabout
Override this method to provide a default behavior when no other visit matches.

O R V