|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.debug.core.model.DebugElement
com.aptana.ide.debug.internal.core.model.JSDebugElement
public abstract class JSDebugElement
| Constructor Summary | |
|---|---|
JSDebugElement(org.eclipse.debug.core.model.IDebugTarget target)
Constructs a debug element referring to an artifact in the given debug target. |
|
| Method Summary | |
|---|---|
java.lang.String |
getModelIdentifier()
|
protected void |
throwDebugException(java.lang.Exception exception)
throwDebugException |
protected void |
throwDebugException(int code,
java.lang.String message,
java.lang.Exception exception)
throwDebugException |
protected void |
throwDebugException(java.lang.String message)
Throws a debug exception with the given message, error code, and underlying exception. |
protected void |
throwNotImplemented()
throwNotImplemented XXX: remove me later |
| Methods inherited from class org.eclipse.debug.core.model.DebugElement |
|---|
fireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter, getDebugTarget, getLaunch, notSupported, requestFailed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSDebugElement(org.eclipse.debug.core.model.IDebugTarget target)
target - debug target containing this element| Method Detail |
|---|
public java.lang.String getModelIdentifier()
IDebugElement.getModelIdentifier()
protected void throwDebugException(java.lang.String message)
throws org.eclipse.debug.core.DebugException
message -
org.eclipse.debug.core.DebugException
protected void throwDebugException(int code,
java.lang.String message,
java.lang.Exception exception)
throws org.eclipse.debug.core.DebugException
code - message - exception -
org.eclipse.debug.core.DebugException
protected void throwDebugException(java.lang.Exception exception)
throws org.eclipse.debug.core.DebugException
exception -
org.eclipse.debug.core.DebugException
protected void throwNotImplemented()
throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||