org.eclipse.ptp.debug.core.event
Class PDebugSuspendInfo
java.lang.Object
org.eclipse.ptp.debug.core.event.PDebugInfo
org.eclipse.ptp.debug.core.event.PDebugSuspendInfo
- All Implemented Interfaces:
- IPDebugInfo, IPDebugSuspendInfo
public class PDebugSuspendInfo
- extends PDebugInfo
- implements IPDebugSuspendInfo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDebugSuspendInfo
public PDebugSuspendInfo(IPDebugInfo info,
String filename,
int lineNumber,
int level,
int depth)
getFilename
public String getFilename()
- Specified by:
getFilename in interface IPDebugSuspendInfo
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber in interface IPDebugSuspendInfo
getLevel
public int getLevel()
- Specified by:
getLevel in interface IPDebugSuspendInfo
getDepth
public int getDepth()
- Specified by:
getDepth in interface IPDebugSuspendInfo
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.