Class MachOBinaryArchive
- java.lang.Object
-
- org.eclipse.core.runtime.PlatformObject
-
- org.eclipse.cdt.utils.BinaryFile
-
- org.eclipse.cdt.utils.macho.parser.MachOBinaryArchive
-
- All Implemented Interfaces:
IBinaryParser.IBinaryArchive
,IBinaryParser.IBinaryFile
,org.eclipse.core.runtime.IAdaptable
@Deprecated public class MachOBinaryArchive extends BinaryFile implements IBinaryParser.IBinaryArchive
Deprecated.Deprecated as of CDT 6.1. Use 64 bit versionMachOBinaryArchive64
. This class is planned for removal in next major release.
-
-
Field Summary
-
Fields inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
ARCHIVE, CORE, EXECUTABLE, OBJECT, SHARED
-
-
Constructor Summary
Constructors Constructor Description MachOBinaryArchive(IBinaryParser parser, org.eclipse.core.runtime.IPath p)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IBinaryParser.IBinaryObject[]
getObjects()
Deprecated.-
Methods inherited from class org.eclipse.cdt.utils.BinaryFile
getBinaryParser, getContents, getPath, getType, hasChanged
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
getBinaryParser, getContents, getPath, getType
-
-
-
-
Constructor Detail
-
MachOBinaryArchive
public MachOBinaryArchive(IBinaryParser parser, org.eclipse.core.runtime.IPath p) throws IOException
Deprecated.- Throws:
IOException
-
-
Method Detail
-
getObjects
public IBinaryParser.IBinaryObject[] getObjects()
Deprecated.- Specified by:
getObjects
in interfaceIBinaryParser.IBinaryArchive
- See Also:
IBinaryParser.IBinaryArchive.getObjects()
-
-