1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

Added getRegisterObject

This commit is contained in:
Alain Magloire 2003-03-14 16:22:17 +00:00
parent d9ee41d684
commit 0e5be21fd3

View file

@ -25,6 +25,10 @@ public class Register extends Variable implements ICDIRegister {
super(obj, var);
}
public RegisterObject getRegisterObject() {
return (RegisterObject)super.getVariableObject();
}
/**
* @see org.eclipse.cdt.debug.core.cdi.model.ICDIVariable#getValue()
*/