Package org.eclipse.cdt.utils.coff
Class CodeViewReader
- java.lang.Object
-
- org.eclipse.cdt.utils.coff.CodeViewReader
-
- All Implemented Interfaces:
ISymbolReader
public class CodeViewReader extends Object implements ISymbolReader
-
-
Constructor Summary
Constructors Constructor Description CodeViewReader(RandomAccessFile accessFile, int dataOffset, boolean littleEndian)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getSourceFiles()String[]getSourceFiles(org.eclipse.core.runtime.IProgressMonitor monitor)Gets the source files from this symbol reader.
-
-
-
Constructor Detail
-
CodeViewReader
public CodeViewReader(RandomAccessFile accessFile, int dataOffset, boolean littleEndian)
-
-
Method Detail
-
getSourceFiles
public String[] getSourceFiles()
- Specified by:
getSourceFilesin interfaceISymbolReader
-
getSourceFiles
public String[] getSourceFiles(org.eclipse.core.runtime.IProgressMonitor monitor)
Description copied from interface:ISymbolReaderGets the source files from this symbol reader.- Specified by:
getSourceFilesin interfaceISymbolReader- Parameters:
monitor- a progress monitor since this may be a lengthly operation- Returns:
- an array of path names to the source files
- Since:
- 5.2
-
-