|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdovs.instructions.Instruction
dovs.instructions.Iireturn
public class Iireturn
An ireturn instruction.
| Constructor Summary | |
|---|---|
Iireturn()
|
|
| Method Summary | |
|---|---|
boolean |
canFallThrough()
Can this instruction transfer control to the succeeding instruction? |
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 |
|---|
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 Iireturn()
| Method Detail |
|---|
public String toAsm()
Instructionjasmin format.
toAsm in class Instructionpublic int stackChange()
Instruction
stackChange in class Instructionpublic boolean canFallThrough()
Instruction
canFallThrough in class Instruction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||