public interface IJumpToLine
| Modifier and Type | Method and Description |
|---|---|
boolean |
canJumpToLine(org.eclipse.core.resources.IFile file,
int lineNumber)
Returns whether this operation is currently available for this file and line number.
|
boolean |
canJumpToLine(java.lang.String fileName,
int lineNumber)
Returns whether this operation is currently available for this file and line number.
|
void |
jumpToLine(org.eclipse.core.resources.IFile file,
int lineNumber)
Causes this element to resume the execution at the specified line.
|
void |
jumpToLine(java.lang.String fileName,
int lineNumber)
Causes this element to resume the execution at the specified line.
|
boolean canJumpToLine(org.eclipse.core.resources.IFile file,
int lineNumber)
void jumpToLine(org.eclipse.core.resources.IFile file,
int lineNumber)
throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException - on failure. Reasons include:boolean canJumpToLine(java.lang.String fileName,
int lineNumber)
void jumpToLine(java.lang.String fileName,
int lineNumber)
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.