|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectovm.polyd.runemu.RunaboutCore
public class RunaboutCore
A general Runabout emulation, this class can be used as a "drop-in" replacement.
Only objects are supported
(no primitives). The visitDefault
facility is
available. If primitives are required, please use
RunaboutBis
instead.
Method Summary | |
---|---|
void |
visit(java.lang.Object o)
A "catch-all" visit method, redirected to
visitDefault . |
void |
visitAppropriate(java.lang.Object obj)
The bridge method that performs the actual dispatching, calling the appropriate visit for this object. |
void |
visitAppropriate(java.lang.Object o,
java.lang.Class c)
The bridge method that performs the dispatching for objects or primitives (not available in this emulation). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void visit(java.lang.Object o)
visit
method, redirected to
visitDefault
.
o
- the object that should be visitedpublic void visitAppropriate(java.lang.Object obj)
visit
for this object.
obj
- the object that should be visitedpublic void visitAppropriate(java.lang.Object o, java.lang.Class c)
o
- the object that should be visited
(possibly a wrapped primitive)c
- the class of the object (possibly
a primitive type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |