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

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

#include <printlanguage.hh>

Public Attributes

const OpTokentok
 The operator token.
 
int4 visited
 The current stage of printing for the operator.
 
bool paren
 True if parentheses are required.
 
const PcodeOpop
 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: