/** analysis the bytecode (reads the parameter names) * two attempts: asm and javap. (BCEL is too slow). * javap -l seems better, at least with 1.6 ?? */package tide.bytecode;