CACAO
|
Go to the source code of this file.
Data Structures | |
class | Linenumber |
Represents a Java line number. More... | |
class | LinenumberResolver |
Unary function to resolve Linenumber objects. More... | |
class | LinenumberTable |
Linenumber table of a Java method. More... | |
class | LinenumberTable::comparator |
Functions | |
void | linenumbertable_list_entry_add (codegendata *cd, int32_t linenumber) |
void | linenumbertable_list_entry_add_inline_start (codegendata *cd, instruction *iptr) |
void | linenumbertable_list_entry_add_inline_end (codegendata *cd, instruction *iptr) |
void linenumbertable_list_entry_add | ( | codegendata * | cd, |
int32_t | linenumber | ||
) |
Definition at line 167 of file linenumbertable.cpp.
void linenumbertable_list_entry_add_inline_end | ( | codegendata * | cd, |
instruction * | iptr | ||
) |
Definition at line 214 of file linenumbertable.cpp.
void linenumbertable_list_entry_add_inline_start | ( | codegendata * | cd, |
instruction * | iptr | ||
) |
Definition at line 187 of file linenumbertable.cpp.