decompiler
1.0.0
|
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. | |
string | fieldname |
The name of the field. | |
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