| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
jellyj.classfile.classgen.Instruction | +--jellyj.classfile.classgen.DUP2_X1
DUP2_X1 - Duplicate two top operand stack words and put three down Stack: ..., word3, word2, word1 -> ..., word2, word1, word3, word2, word1
Constructor Summary | |
DUP2_X1() |
Methods inherited from class jellyj.classfile.classgen.Instruction |
consumeStack, copy, dump, getLength, getPosition, getTag, produceStack, readInstruction, setPosition, toString |
Constructor Detail |
public DUP2_X1()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |