|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBinary
Represents a Binary file, for example an ELF executable. An ELF parser will inspect the binary.
| Field Summary |
|---|
| Method Summary | |
|---|---|
long |
getBSS()
|
String |
getCPU()
|
long |
getData()
|
String[] |
getNeededSharedLibs()
|
String |
getSoname()
|
long |
getText()
|
boolean |
hasDebug()
Return whether the file was compiling with debug symbols. |
boolean |
isCore()
|
boolean |
isExecutable()
|
boolean |
isLittleEndian()
|
boolean |
isObject()
|
boolean |
isSharedLib()
|
boolean |
showInBinaryContainer()
Determines whether this binary is part of the binary container. |
| Methods inherited from interface org.eclipse.cdt.core.model.ICElement |
|---|
accept, exists, getAncestor, getCModel, getCProject, getElementName, getElementType, getHandleIdentifier, getLocationURI, getParent, getPath, getResource, getUnderlyingResource, isReadOnly, isStructureKnown |
| Methods inherited from interface org.eclipse.cdt.core.model.IParent |
|---|
getChildren, getChildrenOfType, hasChildren |
| Methods inherited from interface org.eclipse.cdt.core.model.IOpenable |
|---|
close, getBuffer, hasUnsavedChanges, isConsistent, isOpen, makeConsistent, makeConsistent, open, save |
| Methods inherited from interface org.eclipse.cdt.core.model.IBufferChangedListener |
|---|
bufferChanged |
| Method Detail |
|---|
boolean hasDebug()
boolean isExecutable()
boolean isObject()
boolean isSharedLib()
boolean isCore()
String[] getNeededSharedLibs()
String getSoname()
String getCPU()
long getText()
long getData()
long getBSS()
boolean isLittleEndian()
boolean showInBinaryContainer()
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||