Class CygwinPEParser
- java.lang.Object
-
- org.eclipse.core.runtime.PlatformObject
-
- org.eclipse.cdt.core.AbstractCExtension
-
- org.eclipse.cdt.utils.coff.parser.PEParser
-
- org.eclipse.cdt.utils.coff.parser.CygwinPEParser
-
- All Implemented Interfaces:
IBinaryParser,ICExtension,org.eclipse.core.runtime.IAdaptable
@Deprecated public class CygwinPEParser extends PEParser
Deprecated.Deprecated as of CDT 6.9. Use 64 bit versionCygwinPEParser64. This class is planned for removal in next major release.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.cdt.core.IBinaryParser
IBinaryParser.IBinaryArchive, IBinaryParser.IBinaryExecutable, IBinaryParser.IBinaryFile, IBinaryParser.IBinaryObject, IBinaryParser.IBinaryShared, IBinaryParser.ISymbol
-
-
Constructor Summary
Constructors Constructor Description CygwinPEParser()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected IBinaryParser.IBinaryArchivecreateBinaryArchive(org.eclipse.core.runtime.IPath path)Deprecated.protected IBinaryParser.IBinaryObjectcreateBinaryCore(org.eclipse.core.runtime.IPath path)Deprecated.protected IBinaryParser.IBinaryExecutablecreateBinaryExecutable(org.eclipse.core.runtime.IPath path)Deprecated.protected IBinaryParser.IBinaryObjectcreateBinaryObject(org.eclipse.core.runtime.IPath path)Deprecated.protected IBinaryParser.IBinarySharedcreateBinaryShared(org.eclipse.core.runtime.IPath path)Deprecated.protected DefaultCygwinToolFactorycreateToolFactory()Deprecated.<T> TgetAdapter(Class<T> adapter)Deprecated.StringgetFormat()Deprecated.Returns the name of the Format.-
Methods inherited from class org.eclipse.cdt.utils.coff.parser.PEParser
getBinary, getBinary, getHintBufferSize, isBinary
-
Methods inherited from class org.eclipse.cdt.core.AbstractCExtension
getConfigExtensionReference, getExtensionReference, getProject, setExtensionReference, setExtensionReference, setProject
-
-
-
-
Method Detail
-
getFormat
public String getFormat()
Deprecated.Description copied from interface:IBinaryParserReturns the name of the Format.- Specified by:
getFormatin interfaceIBinaryParser- Overrides:
getFormatin classPEParser- See Also:
IBinaryParser.getFormat()
-
createBinaryArchive
protected IBinaryParser.IBinaryArchive createBinaryArchive(org.eclipse.core.runtime.IPath path) throws IOException
Deprecated.- Overrides:
createBinaryArchivein classPEParser- Throws:
IOException
-
createBinaryExecutable
protected IBinaryParser.IBinaryExecutable createBinaryExecutable(org.eclipse.core.runtime.IPath path)
Deprecated.- Overrides:
createBinaryExecutablein classPEParser
-
createBinaryCore
protected IBinaryParser.IBinaryObject createBinaryCore(org.eclipse.core.runtime.IPath path)
Deprecated.- Overrides:
createBinaryCorein classPEParser
-
createBinaryObject
protected IBinaryParser.IBinaryObject createBinaryObject(org.eclipse.core.runtime.IPath path)
Deprecated.- Overrides:
createBinaryObjectin classPEParser
-
createBinaryShared
protected IBinaryParser.IBinaryShared createBinaryShared(org.eclipse.core.runtime.IPath path)
Deprecated.- Overrides:
createBinarySharedin classPEParser
-
createToolFactory
protected DefaultCygwinToolFactory createToolFactory()
Deprecated.
-
getAdapter
public <T> T getAdapter(Class<T> adapter)
Deprecated.- Specified by:
getAdapterin interfaceorg.eclipse.core.runtime.IAdaptable- Overrides:
getAdapterin classorg.eclipse.core.runtime.PlatformObject
-
-