Class CodeViewReader

java.lang.Object
org.eclipse.cdt.utils.coff.CodeViewReader
All Implemented Interfaces:
AutoCloseable, ISymbolReader

public class CodeViewReader extends Object implements ISymbolReader
  • Constructor Details

  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface ISymbolReader
    • dispose

      public void dispose()
      Since:
      8.0
    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable
    • getSourceFiles

      public String[] getSourceFiles()
      Specified by:
      getSourceFiles in interface ISymbolReader
    • getSourceFiles

      public String[] getSourceFiles(org.eclipse.core.runtime.IProgressMonitor monitor)
      Description copied from interface: ISymbolReader
      Gets the source files from this symbol reader.
      Specified by:
      getSourceFiles in interface ISymbolReader
      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