P4C
The P4 Compiler
 
Loading...
Searching...
No Matches
P4::HasTableApply Class Reference

Checks to see whether an IR node includes a table.apply() sub-expression. More...

Inheritance diagram for P4::HasTableApply:

Public Member Functions

 HasTableApply (ReferenceMap *refMap, TypeMap *typeMap)
 
void postorder (const IR::MethodCallExpression *expression) override
 

Public Attributes

const IR::MethodCallExpression * call
 
const IR::P4Table * table
 

Detailed Description

Checks to see whether an IR node includes a table.apply() sub-expression.