decompiler 1.0.0
Public Member Functions | Public Attributes | List of all members
ghidra::PrintLanguage::NodePending Struct Reference

A pending data-flow node; waiting to be placed on the reverse polish notation stack. More...

#include <printlanguage.hh>

Public Member Functions

 NodePending (const Varnode *v, const PcodeOp *o, uint4 m)
 Construct a pending data-flow node.
 

Public Attributes

const Varnode * vn
 The implied Varnode.
 
const PcodeOp * op
 The single operator consuming value from the implied Varnode.
 
uint4 vnmod
 Printing modifications to enforce on the expression.
 

Detailed Description

A pending data-flow node; waiting to be placed on the reverse polish notation stack.

This holds an implied Varnode in the data-flow graph, which prints as the expression producing the value in the Varnode.


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