decompiler 1.0.0
Public Attributes | List of all members
ghidra::PrintLanguage::ReversePolish Struct Reference

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)
 

Detailed Description

An entry on the reverse polish notation (RPN) stack.


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