Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
ghidra::PartialSymbolEntry Struct Reference

A structure for pushing nested fields to the RPN stack. More...

#include <printc.hh>

Collaboration diagram for ghidra::PartialSymbolEntry:
[legend]

Public Attributes

const OpTokentoken
 Operator used to drill-down to the field.
 
const TypeFieldfield
 The component object describing the field.
 
const Datatypeparent
 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.
 

Detailed Description

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


The documentation for this struct was generated from the following file: