|
decompiler 1.0.0
|
Qualities associated (via parsing) with a token or context field. More...
#include <slgh_compile.hh>
Public Member Functions | |
| FieldQuality (string *nm, uintb *l, uintb *h) | |
| Constructor. | |
Qualities associated (via parsing) with a token or context field.
An object of this class accumulates properties of a field as they are parsed in of a define token block prior to formally allocating the TokenField or FieldContext object.
| ghidra::FieldQuality::FieldQuality | ( | string * | nm, |
| uintb * | l, | ||
| uintb * | h | ||
| ) |
Constructor.
Establish default qualities for the field, which can then be overridden by further parsing. A name and bit range must always be explicitly given.
| nm | is the parsed name for the field |
| l | is the parsed lower bound of the bit range |
| h | is the parse upper bound of the bit range |