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

?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to