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