javaclass

Changelog

(0) -10 +10 +100 tip
56:5a6e26d36f31
2004-11-14 Paul Boddie changeset files shortlog graph Added tentative support for class initialisation (although not enabled).
classhook.py
55:2157b80a1b55
2004-11-14 Paul Boddie changeset files shortlog graph Added support for class initialisation method names and access flags inspection.
classfile.py
54:e9628106c17d
2004-11-14 Paul Boddie changeset files shortlog graph Added a test of field initialisation.
tests/FieldTest.java
53:543067f19564
2004-11-14 Paul Boddie changeset files shortlog graph Padded out comments and loops for readability.
bytecode.py
52:4cf5981fa430
2004-11-14 Paul Boddie changeset files shortlog graph Added Java package and class data types and attempted to fix package/module importing even further.
classhook.py
51:c02f3f401a13
2004-11-14 Paul Boddie changeset files shortlog graph Made a better attempt at fixing module importing.
bytecode.py
50:b8078fdfcd63
2004-11-14 Paul Boddie changeset files shortlog graph Fixed importing of modules.
bytecode.py
49:0116a2e13aad
2004-11-14 Paul Boddie changeset files shortlog graph Fixed apparent breakage of Python packages and modules with the hook installed. Commented out the seemingly redundant hooks class.
classhook.py
48:3c6102b22bfd
2004-11-14 Paul Boddie changeset files shortlog graph Adjusted the dispatcher method code, adding comments, where the only real changes are the removal of pop_top at the end of the code for testing each method (since it had been assumed that the iterator was still on the stack, but it was probably something else) and the moving of setup_loop upwards before the preparation of the argument-to-type mapping.
bytecode.py
47:576596f6971b
2004-11-14 Paul Boddie changeset files shortlog graph Added DUP_TOPX and SLICE+0 translations. Fixed array construction and added an implementation for multianewarray.
bytecode.py
(0) -10 +10 +100 tip