commit | 0e49fb9243b7463835ab80ef7cc62435f55846ce | [log] [tgz] |
---|---|---|
author | Jesse Wilson <[email protected]> | Fri Jan 06 11:14:53 2012 -0500 |
committer | Jesse Wilson <[email protected]> | Fri Jan 06 11:14:53 2012 -0500 |
tree | 6caa9d3c45c88f0fc695633d54a36c91fee70748 | |
parent | ab220f004db90fa94ef9349ca1adde5f89012e8d [diff] |
Add a big example in DexMaker on its use. Also fix up some of the problems encountered while writing the example: - Type should be TypeId - Result targets should be in a consistent position in the instruction parameter list. I decided to go with first because methods have parameters in varargs that must be last.