P4C
The P4 Compiler
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
PaddingInfoCollector::PadState Struct Reference

Information for one parser state where the padding. More...

Public Member Functions

void addPadInfo (Parser::State::Match *match, AnalysisType pad, int count)
 
bool hasPadInfo ()
 
void print ()
 

Public Attributes

std::map< Parser::State::Match *, PadInfo * > m_padding
 Added padding information into parser states (successors or predecessors)
 

Detailed Description

Information for one parser state where the padding.