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, stackUsagepublic byte[] getBytes()
InstructiongetBytes in class Instructionpublic Instruction getTarget()
public int getTargetOffset()
public void setTarget(Instruction target)
public java.lang.String toString()
toString in class InstructionCopyright © 2001. Documenation generated January 12 2013.