|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.grothoff.Runabout.Code
public abstract static class Runabout.Code
Code is the generic interface that all generated classes implement. It is used to quickly map a given class to the appropriate visit method.
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 |
---|
public Runabout.Code()
Method Detail |
---|
public abstract void visit(Runabout r, java.lang.Object o)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |