Uses of Interface
org.eclipse.debug.core.model.IRegisterGroup
-
Packages that use IRegisterGroup Package Description org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. -
-
Uses of IRegisterGroup in org.eclipse.debug.core.model
Methods in org.eclipse.debug.core.model that return IRegisterGroup Modifier and Type Method Description IRegisterGroup
IRegister. getRegisterGroup()
Returns the register group this register is contained in.IRegisterGroup[]
IStackFrame. getRegisterGroups()
Returns the register groups assigned to this stack frame, or an empty collection if no register groups are assigned to this stack frame.
-