|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectserp.bytecode.Instruction
serp.bytecode.JumpInstruction
serp.bytecode.GotoInstruction
public class GotoInstruction
An instruction that specifies a position in the code block to jump to.
Examples include go2, jsr
, etc.
Method Summary | |
---|---|
int |
getStackChange()
Return the number of stack positions this instruction pushes or pops during its execution. |
void |
setOffset(int offset)
|
Methods inherited from class serp.bytecode.JumpInstruction |
---|
acceptVisit, equalsInstruction, getOffset, getTarget, replaceTarget, setTarget, updateTargets |
Methods inherited from class serp.bytecode.Instruction |
---|
getByteIndex, getClassLoader, getCode, getLineNumber, getLogicalStackChange, getName, getOpcode, getPool, getProject, isValid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface serp.bytecode.InstructionPtr |
---|
getCode |
Method Detail |
---|
public int getStackChange()
Instruction
getStackChange
in class Instruction
public void setOffset(int offset)
setOffset
in class JumpInstruction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |