| type | descriptor | 
| void | V | 
| boolean | Z | 
| byte | B | 
| short | S | 
| int | I | 
| long | J | 
| char | C | 
| float | F | 
| double | D | 
| int[] | [I | 
| int[][] | [[I | 
| <a type>[] | [<a type descriptor> | 
| net.sf.joafip.Thing | Lnet/sf/joafip/Thing; | 
| net.sf.joafip.Thing[] | [Lnet/sf/joafip/Thing; | 
| net.sf.joafip.Thing[][] | [[Lnet/sf/joafip/Thing; | 
