|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdovs.instructions.Instruction
dovs.instructions.Idup2
public class Idup2
A dup2 instruction.
| Constructor Summary | |
|---|---|
Idup2()
|
|
| Method Summary | |
|---|---|
int |
stackChange()
Returns the number of stack slots that the stack height will change when this instruction is executed. |
String |
toAsm()
Returns the instruction in jasmin format. |
| Methods inherited from class dovs.instructions.Instruction |
|---|
canFallThrough, canJump, getArg, getID, getID, getTarget, localAccess |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Idup2()
| Method Detail |
|---|
public String toAsm()
Instructionjasmin format.
toAsm in class Instructionpublic int stackChange()
Instruction
stackChange in class Instruction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||