|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bcel.generic.Instruction
org.apache.bcel.generic.StackInstruction
org.apache.bcel.generic.DUP_X1
public class DUP_X1
DUP_X1 - Duplicate top operand stack word and put two down
Stack: ..., word2, word1 -> ..., word1, word2, word1
Field Summary |
---|
Fields inherited from class org.apache.bcel.generic.Instruction |
---|
length, opcode |
Constructor Summary | |
---|---|
DUP_X1()
|
Method Summary | |
---|---|
void |
accept(Visitor v)
Call corresponding visitor method(s). |
Methods inherited from class org.apache.bcel.generic.StackInstruction |
---|
getType |
Methods inherited from class org.apache.bcel.generic.Instruction |
---|
consumeStack, copy, dispose, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DUP_X1()
Method Detail |
---|
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |