|
org.netbeans.api.debugger.jpda/2 2.4.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
public final class JPDABreakpointEvent
JPDABreakpoint event notification.
Field Summary | |
---|---|
static int |
CONDITION_FAILED
Condition result constant. |
static int |
CONDITION_FALSE
Condition result constant. |
static int |
CONDITION_NONE
Condition result constant. |
static int |
CONDITION_TRUE
Condition result constant. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
JPDABreakpointEvent(JPDABreakpoint sourceBreakpoint,
JPDADebugger debugger,
int conditionResult,
JPDAThread thread,
com.sun.jdi.ReferenceType referenceType,
Variable variable)
Creates a new instance of JPDABreakpointEvent. |
|
JPDABreakpointEvent(JPDABreakpoint sourceBreakpoint,
JPDADebugger debugger,
Throwable conditionException,
JPDAThread thread,
com.sun.jdi.ReferenceType referenceType,
Variable variable)
Creates a new instance of JPDABreakpointEvent. |
Method Summary | |
---|---|
Throwable |
getConditionException()
Returns result of condition evaluation. |
int |
getConditionResult()
Returns result of condition evaluation. |
JPDADebugger |
getDebugger()
Returns JPDADebugger instance this breakpoint has been reached in. |
com.sun.jdi.ReferenceType |
getReferenceType()
Returns context class. |
boolean |
getResume()
Returns resume value. |
JPDAThread |
getThread()
Returns context thread - thread stopped on breakpoint. |
Variable |
getVariable()
Returns context variable. |
void |
resume()
Call this method to resume debugger after all events will be notified. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CONDITION_NONE
public static final int CONDITION_TRUE
public static final int CONDITION_FALSE
public static final int CONDITION_FAILED
Constructor Detail |
---|
public JPDABreakpointEvent(JPDABreakpoint sourceBreakpoint, JPDADebugger debugger, int conditionResult, JPDAThread thread, com.sun.jdi.ReferenceType referenceType, Variable variable)
sourceBreakpoint
- a breakpointdebugger
- a debugger thisconditionResult
- a result of conditionthread
- a context threadreferenceType
- a context classvariable
- a context variablepublic JPDABreakpointEvent(JPDABreakpoint sourceBreakpoint, JPDADebugger debugger, Throwable conditionException, JPDAThread thread, com.sun.jdi.ReferenceType referenceType, Variable variable)
sourceBreakpoint
- a breakpointconditionException
- result of conditionthread
- a context threaddebugger
- a debugger thisreferenceType
- a context classvariable
- a context variableMethod Detail |
---|
public int getConditionResult()
public Throwable getConditionException()
public JPDAThread getThread()
public com.sun.jdi.ReferenceType getReferenceType()
public JPDADebugger getDebugger()
public Variable getVariable()
public void resume()
public boolean getResume()
|
org.netbeans.api.debugger.jpda/2 2.4.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |