org.eclipse.cdt.core
Interface IBinaryParser.IBinaryExecutable

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IBinaryParser.IBinaryFile, IBinaryParser.IBinaryObject
All Known Subinterfaces:
IBinaryParser.IBinaryShared
Enclosing interface:
IBinaryParser

public static interface IBinaryParser.IBinaryExecutable
extends IBinaryParser.IBinaryObject

An executable.


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
ARCHIVE, CORE, EXECUTABLE, OBJECT, SHARED
 
Method Summary
 java.lang.String[] getNeededSharedLibs()
          Needed shared libraries for this executable
 
Methods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryObject
getAddressFactory, getBSS, getCPU, getData, getName, getSymbol, getSymbols, getText, hasDebug, isLittleEndian
 
Methods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
getBinaryParser, getContents, getPath, getType
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getNeededSharedLibs

java.lang.String[] getNeededSharedLibs()
Needed shared libraries for this executable

Returns:
String[] array