Linenumber table of a Java method.
More...
Linenumber table of a Java method.
Definition at line 86 of file linenumbertable.hpp.
LinenumberTable::LinenumberTable |
( |
jitdata * |
jd | ) |
|
Creates a linenumber table.
We allocate an array and store the linenumber entry in reverse-order, so we can search the correct linenumber more easily.
- Parameters
-
Definition at line 74 of file linenumbertable.cpp.
LinenumberTable::~LinenumberTable |
( |
| ) |
|
Search the the line number table for the line corresponding to a given program counter.
- Parameters
-
- Returns
- Line number.
Definition at line 97 of file linenumbertable.cpp.
std::vector<Linenumber> LinenumberTable::_linenumbers |
|
private |
The documentation for this class was generated from the following files: