public class BranchInstruction extends Instruction
Constructor and Description |
---|
BranchInstruction(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes()
Gets the bytes of this instruction.
|
Instruction |
getTarget()
Get the target of this branch.
|
int |
getTargetOffset() |
void |
setTarget(Instruction target) |
java.lang.String |
toString() |
getAttribute, getOffset, getOpcode, length, setAttribute, setAttribute, setBytes, setOffset, stackConsumption, stackUsage
public byte[] getBytes()
Instruction
getBytes
in class Instruction
public Instruction getTarget()
public int getTargetOffset()
public void setTarget(Instruction target)
public java.lang.String toString()
toString
in class Instruction
Copyright © 2001. Documenation generated October 18 2013.