Class XCoffSymbol
java.lang.Object
org.eclipse.cdt.utils.Symbol
org.eclipse.cdt.utils.xcoff.parser.XCoffSymbol
- All Implemented Interfaces:
- Comparable<Object>,- IBinaryParser.ISymbol
- 
Field SummaryFields inherited from interface org.eclipse.cdt.core.IBinaryParser.ISymbolFUNCTION, VARIABLE
- 
Constructor SummaryConstructorsConstructorDescriptionXCoffSymbol(BinaryObjectAdapter binary, String name, int type, IAddress addr, long size) XCoffSymbol(BinaryObjectAdapter binary, String name, int type, IAddress addr, long size, org.eclipse.core.runtime.IPath sourceFile, int startLine, int endLine) 
- 
Method SummaryModifier and TypeMethodDescriptionintgetLineNumber(long offset) Line number corresponding to the address offset.Methods inherited from class org.eclipse.cdt.utils.SymbolcompareTo, getAddress, getBinaryObject, getEndLine, getFilename, getName, getSize, getStartLine, getType
- 
Constructor Details- 
XCoffSymbolpublic XCoffSymbol(BinaryObjectAdapter binary, String name, int type, IAddress addr, long size, org.eclipse.core.runtime.IPath sourceFile, int startLine, int endLine) - Parameters:
- binary-
- name-
- type-
- addr-
- size-
- sourceFile-
- startLine-
- endLine-
 
- 
XCoffSymbol- Parameters:
- binary-
- name-
- type-
- addr-
- size-
 
 
- 
- 
Method Details- 
getLineNumberpublic int getLineNumber(long offset) Description copied from interface:IBinaryParser.ISymbolLine number corresponding to the address offset.- Specified by:
- getLineNumberin interface- IBinaryParser.ISymbol
- Overrides:
- getLineNumberin class- Symbol
- Parameters:
- offset-
 
 
-