public interface

IDebuggerUnitIdentifier

implements IUnitIdentifier
com.pnfsoftware.jeb.core.units.code.debug.IDebuggerUnitIdentifier

Class Overview

Specialized identifier for debugger units. Such identifiers must have a type string that starts with {@value WellKnownUnitTypes#pfxTypeDebugger}.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.IUnitIdentifier
Public Methods
abstract IDebuggerTargetEnumerator getTargetEnumerator()
Provide an optional target enumerator.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.IPlugin
From interface com.pnfsoftware.jeb.core.units.IUnitIdentifier
From interface com.pnfsoftware.jeb.core.units.IUnitPlugin

Public Methods

public abstract IDebuggerTargetEnumerator getTargetEnumerator ()

Provide an optional target enumerator.