GCC Middle and Back End API Reference
token_printer Class Referenceabstract

#include <pretty-print.h>

Inheritance diagram for token_printer:

Public Member Functions

virtual ~token_printer ()
 
virtual void print_tokens (pretty_printer *pp, const pp_token_list &tokens)=0
 

Detailed Description

Abstract base class for writing formatted tokens to the pretty_printer's
text buffer, allowing for output formats and dumpfiles to override
how different kinds of tokens are handled.   

Constructor & Destructor Documentation

◆ ~token_printer()

virtual token_printer::~token_printer ( )
inlinevirtual

Member Function Documentation

◆ print_tokens()

virtual void token_printer::print_tokens ( pretty_printer * pp,
const pp_token_list & tokens )
pure virtual

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