public interface InstructionPtr
Modifier and Type | Method and Description |
---|---|
Code |
getCode()
Returns the Code block that owns the Instruction(s) this
InstructionPtr points to.
|
void |
replaceTarget(Instruction oldTarget,
Instruction newTarget)
Replace the given old, likely invalid, target with a new target.
|
void |
updateTargets()
Use the byte indexes read from the class file to calculate and
set references to the target instruction(s) for this ptr.
|
void updateTargets()
void replaceTarget(Instruction oldTarget, Instruction newTarget)
Code getCode()
Copyright © 2002–2019. All rights reserved.