i'm using ASM to build class file base on another Interface , i could use java reflection to get methods of the Interface , but i need to get the signature of it .

i found it's a private field , and there's no direct method to get it . is there any way out ? i use jdk7 . tks advance .