org.ovmj.util
Class Runabout.Code

java.lang.Object
  extended byorg.ovmj.util.Runabout.Code
Enclosing class:
Runabout

public abstract static class Runabout.Code
extends java.lang.Object

Code is the generic interface that all generated classes implement. It is used to quickly map a given class to the appropriate visit method.

Author:
Christian Grothoff

Constructor Summary
Runabout.Code()
           
 
Method Summary
abstract  void visit(Runabout r, java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Runabout.Code

public Runabout.Code()
Method Detail

visit

public abstract void visit(Runabout r,
                           java.lang.Object o)