decompiler
1.0.0
|
An entry on the reverse polish notation (RPN) stack. More...
#include <printlanguage.hh>
Public Attributes | |
const OpToken * | tok |
The operator token. | |
int4 | visited |
The current stage of printing for the operator. | |
bool | paren |
True if parentheses are required. | |
const PcodeOp * | op |
The PcodeOp associated with the operator token. | |
int4 | id |
The id of the token group which this belongs to. | |
int4 | id2 |
The id of the token group this surrounds (for surround operator tokens) | |
An entry on the reverse polish notation (RPN) stack.