Microsoft SDK for Java

IJavaEnumLINEINFO Interface Methods

The IJavaEnumLINEINFO interface includes 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.
GetNext retrieves the next LINEINFO structure being pointed to by the enumerator object and increments the enumeration pointer by one.
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.