public class SomSymbol extends Symbol
FUNCTION, VARIABLE
Constructor and Description |
---|
SomSymbol(BinaryObjectAdapter binary,
String name,
int type,
IAddress addr,
long size) |
SomSymbol(BinaryObjectAdapter binary,
String name,
int type,
IAddress addr,
long size,
org.eclipse.core.runtime.IPath sourceFile,
int startLine,
int endLine) |
Modifier and Type | Method and Description |
---|---|
int |
getLineNumber(long offset)
Line number corresponding to the address offset.
|
compareTo, getAddress, getBinaryObject, getEndLine, getFilename, getName, getSize, getStartLine, getType
public SomSymbol(BinaryObjectAdapter binary, String name, int type, IAddress addr, long size, org.eclipse.core.runtime.IPath sourceFile, int startLine, int endLine)
binary
- name
- type
- addr
- size
- sourceFile
- startLine
- endLine
- public SomSymbol(BinaryObjectAdapter binary, String name, int type, IAddress addr, long size)
binary
- name
- type
- addr
- size
- public int getLineNumber(long offset)
IBinaryParser.ISymbol
getLineNumber
in interface IBinaryParser.ISymbol
getLineNumber
in class Symbol
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.