src/share/classes/com/sun/tools/javac/code/Symtab.java

changeset 1326
30c36e23f154
parent 1313
873ddd9f4900
child 1336
26d93df3905a
equal deleted inserted replaced
1325:b2064a216117 1326:30c36e23f154
249 opcode, 249 opcode,
250 predefClass)); 250 predefClass));
251 } 251 }
252 252
253 /** Enter a binary operation, as above but with two opcodes, 253 /** Enter a binary operation, as above but with two opcodes,
254 * which get encoded as (opcode1 << ByteCodeTags.preShift) + opcode2. 254 * which get encoded as
255 * {@code (opcode1 << ByteCodeTags.preShift) + opcode2 }.
255 * @param opcode1 First opcode. 256 * @param opcode1 First opcode.
256 * @param opcode2 Second opcode. 257 * @param opcode2 Second opcode.
257 */ 258 */
258 private void enterBinop(String name, 259 private void enterBinop(String name,
259 Type left, Type right, Type res, 260 Type left, Type right, Type res,

mercurial