History log of /dalvik/dexgen/src/com/android/dexgen/rop/type/Type.java
Revision Date Author Comments
94e569246cb1b3409fca701096eb687eecf4612f 14-Sep-2010 Piotr Gurgul <pgurgul@google.com> Add type name conversion methods for dexgen

Methods added to Type and CstType classes are supposed to adapt
various type names and signatures from the format returned
by Java reflection into format accepted by ClassDefItem.

Change-Id: Iefbf87cfac89f6041fc9580803ea074a69fb0a55
917cb222329ee8c035c3ffaf947e4265761b9367 10-Sep-2010 Piotr Gurgul <pgurgul@google.com> Add several classes from dx tool to the dexgen project

Dexgen depends on many classes from dx tool but for now there is no target
build of dx. That is why some of its classes need to be moved directly into
dexgen source code, as building target version of the whole dx project
is not an option. This CL produces a lot of duplicate classes in
dalvik/dx and dalvik/dexgen, but this will be resolved in future by removing
these classes from dalvik/dx.

Change-Id: I5411f92761d73c3ab555feaa345e5d150aa280ef