Ghidra 11.3.2
Ghidra internal decompiler documentation.
|
A structure for pushing nested fields to the RPN stack. More...
#include <printc.hh>
Public Attributes | |
const OpToken * | token |
Operator used to drill-down to the field. | |
const TypeField * | field |
The component object describing the field. | |
const Datatype * | parent |
The parent data-type owning the field. | |
int8 | offset |
Array index or unlabeled offset (if field is null) | |
int4 | size |
(if > 0) Size of the unlabeled entry | |
EmitMarkup::syntax_highlight | hilite |
Highlight information for the field token. | |
A structure for pushing nested fields to the RPN stack.
A helper class for unraveling a nested reference to a field. It links the data-type, field name, field object, and token together