|
||||||||||
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.m2m.atl.debug.core.AtlDebugElement
public abstract class AtlDebugElement
An abstract class to mark debugged elements.
Field Summary | |
---|---|
protected AtlDebugTarget |
fTarget
containing target. |
Constructor Summary | |
---|---|
AtlDebugElement(AtlDebugTarget target)
Constructs a new debug element contained in the given debug target. |
Method Summary | |
---|---|
protected void |
abort(java.lang.String message,
java.lang.Throwable e)
Aborts the current debug. |
java.lang.Object |
getAdapter(java.lang.Class adapter)
|
org.eclipse.debug.core.model.IDebugTarget |
getDebugTarget()
|
org.eclipse.debug.core.ILaunch |
getLaunch()
|
java.lang.String |
getModelIdentifier()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AtlDebugTarget fTarget
Constructor Detail |
---|
public AtlDebugElement(AtlDebugTarget target)
target
- debug target (PDA VM)Method Detail |
---|
public java.lang.String getModelIdentifier()
getModelIdentifier
in interface org.eclipse.debug.core.model.IDebugElement
public org.eclipse.debug.core.model.IDebugTarget getDebugTarget()
getDebugTarget
in interface org.eclipse.debug.core.model.IDebugElement
IDebugElement.getDebugTarget()
public org.eclipse.debug.core.ILaunch getLaunch()
getLaunch
in interface org.eclipse.debug.core.model.IDebugElement
IDebugElement.getLaunch()
public java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
getAdapter
in class org.eclipse.core.runtime.PlatformObject
PlatformObject.getAdapter(java.lang.Class)
protected void abort(java.lang.String message, java.lang.Throwable e) throws org.eclipse.debug.core.DebugException
message
- abort messagee
- exception
org.eclipse.debug.core.DebugException
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |