Java compiled bytecode classes.
Demos
Here are some key Multivalent classes:
Behavior.class,
Document.class,
Node.class.
Description
Java classes are dynamically loaded and retain symbolic information.
Even without the source code, you can see the field types and names,
and method names and signatures. References
to other classes within the same directories tree are linked.
For programmers, the minimum memory usage required by instances is
computed, the length of the methods' bytecodes and other low-level
information is displayed.
Status
Works great. Someday I'll integrate method disassembly.