Anyone know of a java decompiler that can dump the constant table? I'm trying to write a parser for .class files, and I'm running into an issue where I have a .class file that indicates that it has "300" constants, but constant 298 looks like it's beyond the end of the constant list (due to it having an invalid tag, and the next set of bytes looking like a set of low-value u2's.