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.IBinaryArchive
createBinaryArchive(org.eclipse.core.runtime.IPath path)
Deprecated.protected IBinaryParser.IBinaryObject
createBinaryCore(org.eclipse.core.runtime.IPath path)
Deprecated.protected IBinaryParser.IBinaryExecutable
createBinaryExecutable(org.eclipse.core.runtime.IPath path)
Deprecated.protected IBinaryParser.IBinaryObject
createBinaryObject(org.eclipse.core.runtime.IPath path)
Deprecated.protected IBinaryParser.IBinaryShared
createBinaryShared(org.eclipse.core.runtime.IPath path)
Deprecated.protected DefaultCygwinToolFactory
createToolFactory()
Deprecated.<T> T
getAdapter(Class<T> adapter)
Deprecated.String
getFormat()
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:IBinaryParser
Returns the name of the Format.- Specified by:
getFormat
in interfaceIBinaryParser
- Overrides:
getFormat
in classPEParser
- See Also:
IBinaryParser.getFormat()
-
createBinaryArchive
protected IBinaryParser.IBinaryArchive createBinaryArchive(org.eclipse.core.runtime.IPath path) throws IOException
Deprecated.- Overrides:
createBinaryArchive
in classPEParser
- Throws:
IOException
-
createBinaryExecutable
protected IBinaryParser.IBinaryExecutable createBinaryExecutable(org.eclipse.core.runtime.IPath path)
Deprecated.- Overrides:
createBinaryExecutable
in classPEParser
-
createBinaryCore
protected IBinaryParser.IBinaryObject createBinaryCore(org.eclipse.core.runtime.IPath path)
Deprecated.- Overrides:
createBinaryCore
in classPEParser
-
createBinaryObject
protected IBinaryParser.IBinaryObject createBinaryObject(org.eclipse.core.runtime.IPath path)
Deprecated.- Overrides:
createBinaryObject
in classPEParser
-
createBinaryShared
protected IBinaryParser.IBinaryShared createBinaryShared(org.eclipse.core.runtime.IPath path)
Deprecated.- Overrides:
createBinaryShared
in classPEParser
-
createToolFactory
protected DefaultCygwinToolFactory createToolFactory()
Deprecated.
-
getAdapter
public <T> T getAdapter(Class<T> adapter)
Deprecated.- Specified by:
getAdapter
in interfaceorg.eclipse.core.runtime.IAdaptable
- Overrides:
getAdapter
in classorg.eclipse.core.runtime.PlatformObject
-
-