Uses of Package
edu.wisc.game.reflect
Package | Description |
---|---|
edu.wisc.game.reflect |
Auxiliary classes used for converting Java objects to Java structures and vice versa, and for related purposes
|
edu.wisc.game.sql |
Persistent data structures
|
-
Classes in edu.wisc.game.reflect used by edu.wisc.game.reflect Class Description Reflect A bunch of methods to figure what fields a class has, and how to print them out in a more or less sensible way.Reflect.Entry An entry describes one field of the class, complete with its access methods (getter and setter) and the display hints -
Classes in edu.wisc.game.reflect used by edu.wisc.game.sql Class Description OurTable All our entities (corresponding to table rows) implement this.