You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by Dave Brosius <db...@qis.net> on 2004/10/31 04:18:58 UTC

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

?

Re: Help with NEWARRAY parm conversion

Posted by Dave Brosius <db...@qis.net>.
Ack, sorry, found it

BasicType.getType((byte) b).getSignature();

right?

----- Original Message ----- 
From: "Dave Brosius" <db...@qis.net>
To: "BCEL Developers List" <bc...@jakarta.apache.org>
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: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org