Help with NEWARRAY parm conversion
"Dave Brosius" <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <001701c4bef8$5cdef920$877596d1@MBFG> |
Hello,
Is there any class that helps convert the NEWARRAY integer type into the appropriate signature?
Array Type atype
T_BOOLEAN 4
T_CHAR 5
T_FLOAT 6
T_DOUBLE 7
T_BYTE 8
T_SHORT 9
T_INT 10
T_LONG 11
ie, 10 goes to [I
?