public interface IJumpToAddress
Modifier and Type | Method and Description |
---|---|
boolean |
canJumpToAddress(BigInteger address)
Returns whether this operation is currently available for this element.
|
void |
jumpToAddress(BigInteger address)
Causes this element to resume the execution at the specified address.
|
boolean canJumpToAddress(BigInteger address)
void jumpToAddress(BigInteger address) throws DebugException
DebugException
- on failure. Reasons include:Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.