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, wait
toString
public ALSBDebuggerObject(ALSBDebugger debugger)
public ALSBDebugger debugger()
debugger
in interface IALSBDebuggerObject
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public void validate(IALSBDebuggerObject object)