Microsoft SDK for Java

IEnumLINEINFO Interface Methods

The IEnumLINEINFO interface contains the following methods:

Clone copies a pointer to the current position in the list to another enumerator object.
GetCount returns the number of LINEINFO structures being pointed to by the enumerator object.

Next retrieves an array of LINEINFO structures that represent the mapping between Java source code line numbers and byte offsets in the method.

Reset sets or resets the positions of the enumerator to the beginning of the list of LINEINFO structures.
Skip moves the position of the enumeration forward.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.