Re: Help with NEWARRAY parm conversion
"Dave Brosius" <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <002c01c4bef9$464026c0$877596d1@MBFG> |
Ack, sorry, found it BasicType.getType((byte) b).getSignature(); right? ----- Original Message ----- From: "Dave Brosius" <[email protected]> To: "BCEL Developers List" <[email protected]> Sent: Saturday, October 30, 2004 11:18 PM Subject: Help with NEWARRAY parm conversion 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 ?