JamaicaVM -- User Documentation: The Virtual Machine for Real-time and Embedded Systems | ||
---|---|---|
Prev | Chapter 9. The Jamaica Binary Interface | Next |
There are only four types that are used by JBI code to represent the basic Java types: jamaica_int32, jamaica_ref, jamaica_int64 and jamaica_double. The correspondance to Java types is as follows.
jamaica_int32: primitive types boolean, byte, char, short, int
jamaica_ref: Any reference type to a Java object, array, string, class, etc.
jamaica_int64: primitive type long
jamaica_double: primitive type double