public class GNUElfParser extends ElfParser
IBinaryParser.IBinaryArchive, IBinaryParser.IBinaryExecutable, IBinaryParser.IBinaryFile, IBinaryParser.IBinaryObject, IBinaryParser.IBinaryShared, IBinaryParser.ISymbol| Constructor and Description |
|---|
GNUElfParser() |
| Modifier and Type | Method and Description |
|---|---|
protected IBinaryParser.IBinaryArchive |
createBinaryArchive(org.eclipse.core.runtime.IPath path) |
protected IBinaryParser.IBinaryObject |
createBinaryCore(org.eclipse.core.runtime.IPath path) |
protected IBinaryParser.IBinaryExecutable |
createBinaryExecutable(org.eclipse.core.runtime.IPath path) |
protected IBinaryParser.IBinaryObject |
createBinaryObject(org.eclipse.core.runtime.IPath path) |
protected IBinaryParser.IBinaryShared |
createBinaryShared(org.eclipse.core.runtime.IPath path) |
protected IGnuToolFactory |
createGNUToolFactory() |
<T> T |
getAdapter(Class<T> adapter) |
String |
getFormat()
Returns the name of the Format.
|
getBinary, getBinary, getHintBufferSize, isBinarygetConfigExtensionReference, getExtensionReference, getProject, setExtensionReference, setExtensionReference, setProjectpublic String getFormat()
IBinaryParsergetFormat in interface IBinaryParsergetFormat in class ElfParserprotected IBinaryParser.IBinaryObject createBinaryCore(org.eclipse.core.runtime.IPath path) throws IOException
createBinaryCore in class ElfParserIOExceptionprotected IBinaryParser.IBinaryExecutable createBinaryExecutable(org.eclipse.core.runtime.IPath path) throws IOException
createBinaryExecutable in class ElfParserIOExceptionprotected IBinaryParser.IBinaryObject createBinaryObject(org.eclipse.core.runtime.IPath path) throws IOException
createBinaryObject in class ElfParserIOExceptionprotected IBinaryParser.IBinaryShared createBinaryShared(org.eclipse.core.runtime.IPath path) throws IOException
createBinaryShared in class ElfParserIOExceptionprotected IBinaryParser.IBinaryArchive createBinaryArchive(org.eclipse.core.runtime.IPath path) throws IOException
createBinaryArchive in class ElfParserIOExceptionprotected IGnuToolFactory createGNUToolFactory()
public <T> T getAdapter(Class<T> adapter)
getAdapter in interface org.eclipse.core.runtime.IAdaptablegetAdapter in class org.eclipse.core.runtime.PlatformObjectCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.