public class GotoInstruction extends JumpInstruction
go2, jsr
, etc.Modifier and Type | Method and Description |
---|---|
int |
getStackChange()
Return the number of stack positions this instruction pushes
or pops during its execution.
|
void |
setOffset(int offset) |
acceptVisit, equalsInstruction, getOffset, getTarget, replaceTarget, setTarget, updateTargets
getByteIndex, getClassLoader, getCode, getLineNumber, getLogicalStackChange, getName, getOpcode, getPool, getProject, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCode
public int getStackChange()
Instruction
getStackChange
in class Instruction
public void setOffset(int offset)
setOffset
in class JumpInstruction
Copyright © 2002–2019. All rights reserved.