// bool, byte, char and short are all represented as int enum JVMStackCellType { none, objValue, intValue, longValue, floatValue, doubleValue; }