The IEnumLINEINFO interface provides access to line number information. Line number information represents the mapping between Java source code line numbers and byte offsets in the method. This information is represented as an array of LINEINFO structures maintained for each method.
// Methods HRESULT Next(ULONG celt, LPLINEINFO *rgelt[], ULONG *pceltFetched) HRESULT Skip(ULONG celt) HRESULT Reset(void) HRESULT Clone(IJavaEnumLINEINFO **ppEnum) HRESULT GetCount(ULONG * pcelt)