Uses of Interface
org.eclipse.cdt.core.IBinaryParser.IBinaryFile

Packages that use IBinaryParser.IBinaryFile
org.eclipse.cdt.core   
 

Uses of IBinaryParser.IBinaryFile in org.eclipse.cdt.core
 

Subinterfaces of IBinaryParser.IBinaryFile in org.eclipse.cdt.core
static interface IBinaryParser.IBinaryArchive
          Represents an archive.
static interface IBinaryParser.IBinaryExecutable
          An executable.
static interface IBinaryParser.IBinaryObject
          Represents a binary, for example an ELF excutable.
static interface IBinaryParser.IBinaryShared
          A DLL.
 

Methods in org.eclipse.cdt.core that return IBinaryParser.IBinaryFile
 IBinaryParser.IBinaryFile IBinaryParser.getBinary(byte[] hints, org.eclipse.core.runtime.IPath path)
          Creates an IBinaryFile.
 IBinaryParser.IBinaryFile IBinaryParser.getBinary(org.eclipse.core.runtime.IPath path)
          Creates an IBinaryFile.