|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaScriptFunctionBreakpoint
Abstract description of a JavaScript function breakpoint
Field Summary | |
---|---|
static String |
FUNCTION_NAME
The id of the attribute for the function name |
static String |
FUNCTION_SIGNAURE
The id of the attribute for a method signature |
static String |
MARKER_ID
Registered marker id for a JavaScript function breakpoint |
Fields inherited from interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpoint |
---|
ELEMENT_HANDLE, HIT_COUNT, SCRIPT_PATH, SUSPEND_POLICY, SUSPEND_TARGET, SUSPEND_THREAD, TYPE_NAME |
Method Summary | |
---|---|
String |
getFunctionName()
Returns the function name set in the breakpoint. |
String |
getSignature()
Returns the function signature set in the breakpoint. |
boolean |
isEntry()
Returns if the breakpoint will suspend when the function is entered. |
boolean |
isExit()
Returns if the breakpoint will suspend when the function is exited. |
void |
setEntry(boolean isentry)
Sets if this will be a function entry breakpoint. |
void |
setExit(boolean isexit)
Sets if this will be a function exit breakpoint. |
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptLineBreakpoint |
---|
getCondition, isConditionEnabled, isConditionSuspendOnTrue, setCondition, setConditionEnabled, setConditionSuspendOnTrue |
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpoint |
---|
getHitCount, getJavaScriptElementHandle, getScriptPath, getSuspendPolicy, getTypeName, isInstalled, setHitCount, setJavaScriptElementHandle, setSuspendPolicy |
Field Detail |
---|
static final String FUNCTION_SIGNAURE
static final String FUNCTION_NAME
static final String MARKER_ID
Method Detail |
---|
boolean isEntry() throws CoreException
true
if the breakpoint is set to suspend when entering the function false
otherwise
CoreException
- if the breakpoint cannot be accessedvoid setEntry(boolean isentry) throws CoreException
isentry
- if the breakpoint should suspend when the function is entered
CoreException
- if the breakpoint cannot be accessedboolean isExit() throws CoreException
true
if the breakpoint is set to suspend when exiting the function false
otherwise
CoreException
- if the breakpoint cannot be accessedvoid setExit(boolean isexit) throws CoreException
isexit
- if the breakpoint should suspend when the function is exited
CoreException
- if the breakpoint cannot be accessedString getFunctionName() throws CoreException
null
if none
CoreException
- if the breakpoint cannot be accessedString getSignature() throws CoreException
null
if none
CoreException
- if the breakpoint cannot be accessed
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |