org.eclipse.cdt.core
Interface IBinaryParser.IBinaryArchive

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IBinaryParser.IBinaryFile
Enclosing interface:
IBinaryParser

public static interface IBinaryParser.IBinaryArchive
extends IBinaryParser.IBinaryFile

Represents an archive.


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
ARCHIVE, CORE, EXECUTABLE, OBJECT, SHARED
 
Method Summary
 IBinaryParser.IBinaryObject[] getObjects()
           
 
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

getObjects

IBinaryParser.IBinaryObject[] getObjects()