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

?

Reply via email to