PTP
Release 5.0

org.eclipse.ptp.debug.core.event
Class PDebugSuspendInfo

java.lang.Object
  extended by org.eclipse.ptp.debug.core.event.PDebugInfo
      extended by org.eclipse.ptp.debug.core.event.PDebugSuspendInfo
All Implemented Interfaces:
IPDebugInfo, IPDebugSuspendInfo

public class PDebugSuspendInfo
extends PDebugInfo
implements IPDebugSuspendInfo


Constructor Summary
PDebugSuspendInfo(IPDebugInfo info, String filename, int lineNumber, int level, int depth)
           
 
Method Summary
 int getDepth()
           
 String getFilename()
           
 int getLevel()
           
 int getLineNumber()
           
 
Methods inherited from class org.eclipse.ptp.debug.core.event.PDebugInfo
getAllRegisteredTasks, getAllTasks, getAllUnregisteredTasks, getLaunch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ptp.debug.core.event.IPDebugInfo
getAllRegisteredTasks, getAllTasks, getAllUnregisteredTasks, getLaunch
 

Constructor Detail

PDebugSuspendInfo

public PDebugSuspendInfo(IPDebugInfo info,
                         String filename,
                         int lineNumber,
                         int level,
                         int depth)
Method Detail

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

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.