com.aptana.ide.debug.core.model
Interface IJSWatchpoint

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IBreakpoint, org.eclipse.debug.core.model.IWatchpoint
All Known Implementing Classes:
JSDebugWatchpoint

public interface IJSWatchpoint
extends org.eclipse.debug.core.model.IWatchpoint

Author:
Max Stepanov

Field Summary
 
Fields inherited from interface org.eclipse.debug.core.model.IBreakpoint
BREAKPOINT_MARKER, ENABLED, ID, LINE_BREAKPOINT_MARKER, PERSISTED, REGISTERED
 
Method Summary
 java.lang.String getVariableName()
          Returns the name of the variable associated with this watchpoint
 
Methods inherited from interface org.eclipse.debug.core.model.IWatchpoint
isAccess, isModification, setAccess, setModification, supportsAccess, supportsModification
 
Methods inherited from interface org.eclipse.debug.core.model.IBreakpoint
delete, getMarker, getModelIdentifier, isEnabled, isPersisted, isRegistered, setEnabled, setMarker, setPersisted, setRegistered
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getVariableName

java.lang.String getVariableName()
                                 throws org.eclipse.core.runtime.CoreException
Returns the name of the variable associated with this watchpoint

Returns:
field the name of the variable on which this watchpoint is installed
Throws:
org.eclipse.core.runtime.CoreException - if unable to access the property on this breakpoint's underlying marker