OSDN Git Service

Add type name conversion methods for dexgen
authorPiotr Gurgul <pgurgul@google.com>
Mon, 13 Sep 2010 23:56:13 +0000 (16:56 -0700)
committerPiotr Gurgul <pgurgul@google.com>
Wed, 15 Sep 2010 19:46:46 +0000 (12:46 -0700)
commit94e569246cb1b3409fca701096eb687eecf4612f
treed89125cc71178b3c8ea54498be49a02ab7ba7f49
parent282cb814c1324273098adb496cc15d4f007b54d2
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
dexgen/src/com/android/dexgen/rop/cst/CstType.java
dexgen/src/com/android/dexgen/rop/type/Type.java