public abstract class ALSBDebuggerObject extends java.lang.Object implements IALSBDebuggerObject
| Constructor and Description |
|---|
ALSBDebuggerObject(ALSBDebugger debugger)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
ALSBDebugger |
debugger()
returns the associated ALSB debugger
|
boolean |
equals(java.lang.Object obj)
equals
|
int |
hashCode()
hashCode
|
void |
validate(IALSBDebuggerObject object)
validate
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoStringpublic ALSBDebuggerObject(ALSBDebugger debugger)
public ALSBDebugger debugger()
debugger in interface IALSBDebuggerObjectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic void validate(IALSBDebuggerObject object)