jde.debugger.spec
Class MethodBreakpointSpec

java.lang.Object
  |
  +--jde.debugger.spec.EventRequestSpec
        |
        +--jde.debugger.spec.BreakpointSpec
              |
              +--jde.debugger.spec.MethodBreakpointSpec
All Implemented Interfaces:
Protocol

public class MethodBreakpointSpec
extends BreakpointSpec

MethodBreakpointSpec.java

Funnily, it seems this class actually supports setting breakpoints in a particular method of an arbitrary filename! since it's very weird, it's not supported. Let us know if you require such a feature...

Created: Thu Jul 15 15:52:45 1999

Since:
0.1
Version:
$Revision: 1.3 $
Author:
Amit Kumar

Fields inherited from class jde.debugger.spec.EventRequestSpec
expressionKey, specPropertyKey, threadKey
 
Fields inherited from interface jde.debugger.Protocol
APP_IO, ATTACH_SHMEM, ATTACH_SOCKET, BR, BREAK, CANCEL_TRACE_CLASSES, CANCEL_TRACE_METHODS, CANCEL_TRACE_THREADS, CLEAR, CMD_NOK, CMD_OK, COMMAND_ERROR, COMMAND_RESULT, COMMANDS, CONNECTED_TO_VM, DEBUG, ERROR, EVALUATE, EVENT_BREAKPOINT_HIT, EVENT_CLASS_PREPARE, EVENT_CLASS_UNLOAD, EVENT_EXCEPTION, EVENT_METHOD_ENTRY, EVENT_METHOD_EXIT, EVENT_OTHER, EVENT_STEP_COMPLETED, EVENT_THREAD_DEATH, EVENT_THREAD_START, EVENT_VM_DEATH, EVENT_VM_DISCONNECT, EVENT_VM_START, EVENT_WATCHPOINT_HIT, EVENTS, EVENTSET, EXCEPTION, EXIT, FINISH, FRAMEWORK, GET_ARRAY, GET_LOADED_CLASSES, GET_LOCALS, GET_OBJECT, GET_OBJECT_MONITORS, GET_PATH_INFORMATION, GET_STRING, GET_THREAD, GET_THREADS, GUI, INTERRUPT, INVALID, JDE_BUG, JDE_INIT_DEBUG_SESSION, JDE_PIPE, KILL_THREAD, LAUNCH, LISTEN_SHMEM, LISTEN_SOCKET, MESSAGE, NONE, NOQUOTE, QUIT, QUOTE, REPORT_IDS_IN_USE, RESUME, RUN, SPEC_RESOLVED, STEP, SUSPEND, TRACE_CLASSES, TRACE_EXCEPTIONS, TRACE_METHODS, TRACE_THREADS, WARNING, WATCH
 
Constructor Summary
MethodBreakpointSpec(ReferenceTypeSpec refSpec, java.lang.String methodName, java.util.List methodArgs)
           
 
Method Summary
 java.util.List getMethodArgs()
           
 java.lang.String getMethodName()
           
 java.lang.String toString()
           
 
Methods inherited from class jde.debugger.spec.EventRequestSpec
attemptResolve, getEventRequest, getID, isResolved, setClassExFilters, setClassFilters, setExpression, setIsResolved, setSuspendPolicy, setThread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodBreakpointSpec

public MethodBreakpointSpec(ReferenceTypeSpec refSpec,
                            java.lang.String methodName,
                            java.util.List methodArgs)
Method Detail

getMethodName

public java.lang.String getMethodName()

getMethodArgs

public java.util.List getMethodArgs()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object