Stack: ..., value -> <empty>
862863864865866867868869870871872
case Constants.T_BOOLEAN: case Constants.T_CHAR: case Constants.T_BYTE: case Constants.T_SHORT: case Constants.T_INT: return il.append(new IRETURN()); case Constants.T_LONG: return il.append(new LRETURN()); case Constants.T_FLOAT:
861862863864865866867868869870871
498499500501502503504505506507508
case Constants.T_INT: case Constants.T_BOOLEAN: case Constants.T_SHORT: case Constants.T_CHAR: patch.append(new ICONST(0)); patch.append(new IRETURN()); break; case Constants.T_FLOAT: patch.append(new FCONST(0)); patch.append(new FRETURN()); break;