P4C
The P4 Compiler
 
Loading...
Searching...
No Matches
P4::TablesInActions Class Reference
Inheritance diagram for P4::TablesInActions:

Public Member Functions

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

Detailed Description

Discovers action arguments that may involve table applications. These idioms are currently not supported: table s { ... } table t { actions { a(s.apply().hit ? ... ); }