|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IBinaryParser.ISymbol
Field Summary | |
---|---|
static int |
FUNCTION
Symbol is type function. |
static int |
VARIABLE
Symbol is type variable |
Method Summary | |
---|---|
IAddress |
getAddress()
Address of the symbol |
IBinaryParser.IBinaryObject |
getBinaryObject()
Return the binary object this symbol is from. |
int |
getEndLine()
End line number of the symbol in the source |
org.eclipse.core.runtime.IPath |
getFilename()
Source filename of the symbol. |
int |
getLineNumber(long offset)
Line number corresponding to the address offset. |
java.lang.String |
getName()
Name of the Symbol |
long |
getSize()
Size of the symbol. |
int |
getStartLine()
Start linenumber of the symbol in the source |
int |
getType()
Type of the symbol |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Field Detail |
---|
static final int FUNCTION
static final int VARIABLE
Method Detail |
---|
java.lang.String getName()
IAddress getAddress()
long getSize()
int getStartLine()
int getEndLine()
org.eclipse.core.runtime.IPath getFilename()
int getType()
int getLineNumber(long offset)
offset
-
IBinaryParser.IBinaryObject getBinaryObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |