Class CygwinPEBinaryArchive64
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.cdt.utils.BinaryFile
org.eclipse.cdt.utils.coff.parser.PEBinaryArchive64
org.eclipse.cdt.utils.coff.parser.CygwinPEBinaryArchive64
- All Implemented Interfaces:
IBinaryParser.IBinaryArchive
,IBinaryParser.IBinaryFile
,org.eclipse.core.runtime.IAdaptable
- Since:
- 6.9
-
Field Summary
Fields inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
ARCHIVE, CORE, EXECUTABLE, OBJECT, SHARED
-
Constructor Summary
ConstructorDescriptionCygwinPEBinaryArchive64
(PEParser64 parser, org.eclipse.core.runtime.IPath path) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addArchiveMembers
(AR.ARHeader[] headers, ArrayList<IBinaryParser.IBinaryObject> children2) Methods inherited from class org.eclipse.cdt.utils.coff.parser.PEBinaryArchive64
createArchiveMembers, getObjects
Methods inherited from class org.eclipse.cdt.utils.BinaryFile
getBinaryParser, getContents, getPath, getType, hasChanged
Methods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
getBinaryParser, getContents, getPath, getType
-
Constructor Details
-
CygwinPEBinaryArchive64
public CygwinPEBinaryArchive64(PEParser64 parser, org.eclipse.core.runtime.IPath path) throws IOException - Parameters:
parser
-path
-- Throws:
IOException
-
-
Method Details
-
addArchiveMembers
protected void addArchiveMembers(AR.ARHeader[] headers, ArrayList<IBinaryParser.IBinaryObject> children2) - Overrides:
addArchiveMembers
in classPEBinaryArchive64
- Parameters:
headers
-children2
-
-