Package org.eclipse.cdt.utils.elf.parser
Class GNUElfParser
- java.lang.Object
-
- org.eclipse.core.runtime.PlatformObject
-
- org.eclipse.cdt.core.AbstractCExtension
-
- org.eclipse.cdt.utils.elf.parser.ElfParser
-
- org.eclipse.cdt.utils.elf.parser.GNUElfParser
-
- All Implemented Interfaces:
IBinaryParser,ICExtension,org.eclipse.core.runtime.IAdaptable
public class GNUElfParser extends ElfParser
-
-
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 GNUElfParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IBinaryParser.IBinaryArchivecreateBinaryArchive(org.eclipse.core.runtime.IPath path)protected IBinaryParser.IBinaryObjectcreateBinaryCore(org.eclipse.core.runtime.IPath path)protected IBinaryParser.IBinaryExecutablecreateBinaryExecutable(org.eclipse.core.runtime.IPath path)protected IBinaryParser.IBinaryObjectcreateBinaryObject(org.eclipse.core.runtime.IPath path)protected IBinaryParser.IBinarySharedcreateBinaryShared(org.eclipse.core.runtime.IPath path)protected IGnuToolFactorycreateGNUToolFactory()<T> TgetAdapter(java.lang.Class<T> adapter)java.lang.StringgetFormat()Returns the name of the Format.-
Methods inherited from class org.eclipse.cdt.utils.elf.parser.ElfParser
getBinary, getBinary, getHintBufferSize, isBinary
-
Methods inherited from class org.eclipse.cdt.core.AbstractCExtension
getConfigExtensionReference, getExtensionReference, getProject, setExtensionReference, setExtensionReference, setProject
-
-
-
-
Method Detail
-
getFormat
public java.lang.String getFormat()
Description copied from interface:IBinaryParserReturns the name of the Format.- Specified by:
getFormatin interfaceIBinaryParser- Overrides:
getFormatin classElfParser
-
createBinaryCore
protected IBinaryParser.IBinaryObject createBinaryCore(org.eclipse.core.runtime.IPath path) throws java.io.IOException
- Overrides:
createBinaryCorein classElfParser- Throws:
java.io.IOException
-
createBinaryExecutable
protected IBinaryParser.IBinaryExecutable createBinaryExecutable(org.eclipse.core.runtime.IPath path) throws java.io.IOException
- Overrides:
createBinaryExecutablein classElfParser- Throws:
java.io.IOException
-
createBinaryObject
protected IBinaryParser.IBinaryObject createBinaryObject(org.eclipse.core.runtime.IPath path) throws java.io.IOException
- Overrides:
createBinaryObjectin classElfParser- Throws:
java.io.IOException
-
createBinaryShared
protected IBinaryParser.IBinaryShared createBinaryShared(org.eclipse.core.runtime.IPath path) throws java.io.IOException
- Overrides:
createBinarySharedin classElfParser- Throws:
java.io.IOException
-
createBinaryArchive
protected IBinaryParser.IBinaryArchive createBinaryArchive(org.eclipse.core.runtime.IPath path) throws java.io.IOException
- Overrides:
createBinaryArchivein classElfParser- Throws:
java.io.IOException
-
createGNUToolFactory
protected IGnuToolFactory createGNUToolFactory()
-
getAdapter
public <T> T getAdapter(java.lang.Class<T> adapter)
- Specified by:
getAdapterin interfaceorg.eclipse.core.runtime.IAdaptable- Overrides:
getAdapterin classorg.eclipse.core.runtime.PlatformObject
-
-