Ghidra Decompiler Analysis Engine
|
Classes for printing tokens in a high-level language. More...
Go to the source code of this file.
Classes | |
class | PrintLanguageCapability |
Base class for high-level language capabilities. More... | |
class | OpToken |
A token representing an operator in the high-level language. More... | |
class | PrintLanguage |
The base class API for emitting a high-level language. More... | |
struct | PrintLanguage::ReversePolish |
An entry on the reverse polish notation (RPN) stack. More... | |
struct | PrintLanguage::NodePending |
A pending data-flow node; waiting to be placed on the reverse polish notation stack. More... | |
struct | PrintLanguage::Atom |
A single non-operator token emitted by the decompiler. More... | |
Classes for printing tokens in a high-level language.